Set DapperAot PrivateAssets=All#424
Draft
latop2604 wants to merge 1 commit into
Draft
Annotations
1 error and 11 warnings
|
|
|
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/upload-artifact@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/Hangfire.PostgreSql.Tests/Utils/PostgreSqlTestObjectsInitializer.cs#L34
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
|
|
tests/Hangfire.PostgreSql.Tests/Utils/ConnectionUtils.cs#L39
Cache a 'CompositeFormat' for repeated use in this formatting operation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1863)
|
|
tests/Hangfire.PostgreSql.Tests/Utils/ConnectionUtils.cs#L34
Cache a 'CompositeFormat' for repeated use in this formatting operation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1863)
|
|
tests/Hangfire.PostgreSql.Tests/PostgreSqlJobQueueFacts.cs#L63
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
tests/Hangfire.PostgreSql.Tests/PostgreSqlJobQueueFacts.cs#L62
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
tests/Hangfire.PostgreSql.Tests/PostgreSqlJobQueueFacts.cs#L61
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
tests/Hangfire.PostgreSql.Tests/PostgreSqlConnectionFacts.cs#L57
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
tests/Hangfire.PostgreSql.Tests/FirstClassQueueFeatureSupportTests.cs#L32
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
src/Hangfire.PostgreSql/PostgreSqlMonitoringApi.cs#L319
The Dapper method 'SqlMapper.QueryMultiple(IDbConnection, string, object, IDbTransaction, int?, CommandType?)' is not currently supported by Dapper.AOT (https://aot.dapperlib.dev/rules/DAP001)
|
|
src/Hangfire.PostgreSql/PostgreSqlMonitoringApi.cs#L243
The Dapper method 'SqlMapper.QueryMultiple(IDbConnection, string, object, IDbTransaction, int?, CommandType?)' is not currently supported by Dapper.AOT (https://aot.dapperlib.dev/rules/DAP001)
|
The logs for this run have expired and are no longer available.
Loading