Dapper.AOT #417
+123
−135
Open
Dapper.AOT #417
Annotations
10 warnings
|
Build:
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)
|
|
Build:
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)
|
|
Build:
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)
|
|
Build:
tests/Hangfire.PostgreSql.Tests/PostgreSqlJobQueueFacts.cs#L60
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)
|
|
Build:
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)
|
|
Build:
tests/Hangfire.PostgreSql.Tests/PostgreSqlConnectionFacts.cs#L76
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)
|
|
Build:
tests/Hangfire.PostgreSql.Tests/PostgreSqlConnectionFacts.cs#L72
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)
|
|
Build:
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)
|
|
Build:
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)
|
|
Build:
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)
|
Loading