Skip to content

Update README.md

Update README.md #30

Triggered via push March 13, 2026 16:57
Status Success
Total duration 3m 6s
Artifacts

master-build.yml

on: push
Tests — Core & SQLite
49s
Tests — Core & SQLite
Tests — SQL Server
2m 9s
Tests — SQL Server
Tests — PostgreSQL
1m 12s
Tests — PostgreSQL
Tests — MongoDB
1m 8s
Tests — MongoDB
Fit to window
Zoom out
Zoom in

Annotations

55 warnings
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build: src/ActiveForge/Query/Query.cs#L20
Field 'Query<T>._concreteTypeFieldSubsets' is never assigned to, and will always have its default value null
Build: src/ActiveForge/LookupRecord.cs#L20
'LookupRecord.GetConnection()' hides inherited member 'Record.GetConnection()'. Use the new keyword if hiding was intended.
Build: src/ActiveForge/LookupRecord.cs#L20
'LookupRecord.GetConnection()' hides inherited member 'Record.GetConnection()'. Use the new keyword if hiding was intended.
Build: src/ActiveForge/Transactions/With.cs#L31
Ambiguous reference in cref attribute: 'Transaction'. Assuming 'With.Transaction(IUnitOfWork, Action, IsolationLevel)', but could have also matched other overloads including 'With.Transaction(Action, IsolationLevel)'.
Build: src/ActiveForge/Query/QueryTerm.cs#L172
Ambiguous reference in cref attribute: 'BaseCommand.AddParameter'. Assuming 'BaseCommand.AddParameter(string, object)', but could have also matched other overloads including 'BaseCommand.AddParameter(string, object, TargetFieldInfo)'.
Build: src/ActiveForge/Query/InTerm.cs#L9
XML comment on 'InTerm' has a paramref tag for 'termNumber', but there is no parameter by that name
Build: src/ActiveForge/Linq/OrmQueryable.cs#L66
Parameter 'term' has no matching param tag in the XML comment for 'OrmQueryable<T>.WithWhere(QueryTerm, Expression)' (but other parameters do)
Build: src/ActiveForge/Fields/TDate.cs#L11
XML comment has cref attribute 'SetValue' that could not be resolved
Build: src/ActiveForge/Query/Query.cs#L20
Field 'Query<T>._concreteTypeFieldSubsets' is never assigned to, and will always have its default value null
Build: src/ActiveForge/LookupRecord.cs#L20
'LookupRecord.GetConnection()' hides inherited member 'Record.GetConnection()'. Use the new keyword if hiding was intended.
Tests — Core & SQLite
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Tests — Core & SQLite: src/ActiveForge/Fields/TDate.cs#L11
XML comment has cref attribute 'SetValue' that could not be resolved
Tests — Core & SQLite: src/ActiveForge/Query/Query.cs#L20
Field 'Query<T>._concreteTypeFieldSubsets' is never assigned to, and will always have its default value null
Tests — Core & SQLite: src/ActiveForge/LookupRecord.cs#L20
'LookupRecord.GetConnection()' hides inherited member 'Record.GetConnection()'. Use the new keyword if hiding was intended.
Tests — Core & SQLite: src/ActiveForge/Transactions/With.cs#L31
Ambiguous reference in cref attribute: 'Transaction'. Assuming 'With.Transaction(IUnitOfWork, Action, IsolationLevel)', but could have also matched other overloads including 'With.Transaction(Action, IsolationLevel)'.
Tests — Core & SQLite: src/ActiveForge/Query/QueryTerm.cs#L172
Ambiguous reference in cref attribute: 'BaseCommand.AddParameter'. Assuming 'BaseCommand.AddParameter(string, object)', but could have also matched other overloads including 'BaseCommand.AddParameter(string, object, TargetFieldInfo)'.
Tests — Core & SQLite: src/ActiveForge/Query/InTerm.cs#L9
XML comment on 'InTerm' has a paramref tag for 'termNumber', but there is no parameter by that name
Tests — Core & SQLite: src/ActiveForge/Linq/OrmQueryable.cs#L66
Parameter 'term' has no matching param tag in the XML comment for 'OrmQueryable<T>.WithWhere(QueryTerm, Expression)' (but other parameters do)
Tests — Core & SQLite: src/ActiveForge/Fields/TDate.cs#L11
XML comment has cref attribute 'SetValue' that could not be resolved
Tests — Core & SQLite: src/ActiveForge/Query/Query.cs#L20
Field 'Query<T>._concreteTypeFieldSubsets' is never assigned to, and will always have its default value null
Tests — Core & SQLite: src/ActiveForge/LookupRecord.cs#L20
'LookupRecord.GetConnection()' hides inherited member 'Record.GetConnection()'. Use the new keyword if hiding was intended.
Tests — MongoDB
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Tests — MongoDB: src/ActiveForge/Fields/TDate.cs#L11
XML comment has cref attribute 'SetValue' that could not be resolved
Tests — MongoDB: src/ActiveForge/Query/Query.cs#L20
Field 'Query<T>._concreteTypeFieldSubsets' is never assigned to, and will always have its default value null
Tests — MongoDB: src/ActiveForge/LookupRecord.cs#L20
'LookupRecord.GetConnection()' hides inherited member 'Record.GetConnection()'. Use the new keyword if hiding was intended.
Tests — MongoDB: src/ActiveForge/Transactions/With.cs#L31
Ambiguous reference in cref attribute: 'Transaction'. Assuming 'With.Transaction(IUnitOfWork, Action, IsolationLevel)', but could have also matched other overloads including 'With.Transaction(Action, IsolationLevel)'.
Tests — MongoDB: src/ActiveForge/Query/QueryTerm.cs#L172
Ambiguous reference in cref attribute: 'BaseCommand.AddParameter'. Assuming 'BaseCommand.AddParameter(string, object)', but could have also matched other overloads including 'BaseCommand.AddParameter(string, object, TargetFieldInfo)'.
Tests — MongoDB: src/ActiveForge/Query/InTerm.cs#L9
XML comment on 'InTerm' has a paramref tag for 'termNumber', but there is no parameter by that name
Tests — MongoDB: src/ActiveForge/Linq/OrmQueryable.cs#L66
Parameter 'term' has no matching param tag in the XML comment for 'OrmQueryable<T>.WithWhere(QueryTerm, Expression)' (but other parameters do)
Tests — MongoDB: src/ActiveForge/Fields/TDate.cs#L11
XML comment has cref attribute 'SetValue' that could not be resolved
Tests — MongoDB: src/ActiveForge/Query/Query.cs#L20
Field 'Query<T>._concreteTypeFieldSubsets' is never assigned to, and will always have its default value null
Tests — MongoDB: src/ActiveForge/LookupRecord.cs#L20
'LookupRecord.GetConnection()' hides inherited member 'Record.GetConnection()'. Use the new keyword if hiding was intended.
Tests — PostgreSQL
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Tests — PostgreSQL: src/ActiveForge/Fields/TDate.cs#L11
XML comment has cref attribute 'SetValue' that could not be resolved
Tests — PostgreSQL: src/ActiveForge/Query/Query.cs#L20
Field 'Query<T>._concreteTypeFieldSubsets' is never assigned to, and will always have its default value null
Tests — PostgreSQL: src/ActiveForge/LookupRecord.cs#L20
'LookupRecord.GetConnection()' hides inherited member 'Record.GetConnection()'. Use the new keyword if hiding was intended.
Tests — PostgreSQL: src/ActiveForge/Transactions/With.cs#L31
Ambiguous reference in cref attribute: 'Transaction'. Assuming 'With.Transaction(IUnitOfWork, Action, IsolationLevel)', but could have also matched other overloads including 'With.Transaction(Action, IsolationLevel)'.
Tests — PostgreSQL: src/ActiveForge/Query/QueryTerm.cs#L172
Ambiguous reference in cref attribute: 'BaseCommand.AddParameter'. Assuming 'BaseCommand.AddParameter(string, object)', but could have also matched other overloads including 'BaseCommand.AddParameter(string, object, TargetFieldInfo)'.
Tests — PostgreSQL: src/ActiveForge/Query/InTerm.cs#L9
XML comment on 'InTerm' has a paramref tag for 'termNumber', but there is no parameter by that name
Tests — PostgreSQL: src/ActiveForge/Linq/OrmQueryable.cs#L66
Parameter 'term' has no matching param tag in the XML comment for 'OrmQueryable<T>.WithWhere(QueryTerm, Expression)' (but other parameters do)
Tests — PostgreSQL: src/ActiveForge/Fields/TDate.cs#L11
XML comment has cref attribute 'SetValue' that could not be resolved
Tests — PostgreSQL: src/ActiveForge/Query/Query.cs#L20
Field 'Query<T>._concreteTypeFieldSubsets' is never assigned to, and will always have its default value null
Tests — PostgreSQL: src/ActiveForge/LookupRecord.cs#L20
'LookupRecord.GetConnection()' hides inherited member 'Record.GetConnection()'. Use the new keyword if hiding was intended.
Tests — SQL Server
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Tests — SQL Server: src/ActiveForge/Fields/TDate.cs#L11
XML comment has cref attribute 'SetValue' that could not be resolved
Tests — SQL Server: src/ActiveForge/Query/Query.cs#L20
Field 'Query<T>._concreteTypeFieldSubsets' is never assigned to, and will always have its default value null
Tests — SQL Server: src/ActiveForge/LookupRecord.cs#L20
'LookupRecord.GetConnection()' hides inherited member 'Record.GetConnection()'. Use the new keyword if hiding was intended.
Tests — SQL Server: src/ActiveForge/Transactions/With.cs#L31
Ambiguous reference in cref attribute: 'Transaction'. Assuming 'With.Transaction(IUnitOfWork, Action, IsolationLevel)', but could have also matched other overloads including 'With.Transaction(Action, IsolationLevel)'.
Tests — SQL Server: src/ActiveForge/Query/QueryTerm.cs#L172
Ambiguous reference in cref attribute: 'BaseCommand.AddParameter'. Assuming 'BaseCommand.AddParameter(string, object)', but could have also matched other overloads including 'BaseCommand.AddParameter(string, object, TargetFieldInfo)'.
Tests — SQL Server: src/ActiveForge/Query/InTerm.cs#L9
XML comment on 'InTerm' has a paramref tag for 'termNumber', but there is no parameter by that name
Tests — SQL Server: src/ActiveForge/Linq/OrmQueryable.cs#L66
Parameter 'term' has no matching param tag in the XML comment for 'OrmQueryable<T>.WithWhere(QueryTerm, Expression)' (but other parameters do)
Tests — SQL Server: src/ActiveForge/Fields/TDate.cs#L11
XML comment has cref attribute 'SetValue' that could not be resolved
Tests — SQL Server: src/ActiveForge/Query/Query.cs#L20
Field 'Query<T>._concreteTypeFieldSubsets' is never assigned to, and will always have its default value null
Tests — SQL Server: src/ActiveForge/LookupRecord.cs#L20
'LookupRecord.GetConnection()' hides inherited member 'Record.GetConnection()'. Use the new keyword if hiding was intended.