PostgreSqlFetchedJob npgsql DateTimeOffset change for timestamptz column #385
Annotations
1 error and 10 warnings
Test
Process completed with exit code 1.
|
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/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:
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/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)
|
Build:
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)
|
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/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)
|
Loading