chore: Bump ad-m/github-push-action from 1.1.0 to 1.3.0 in the dependencies group #43
Annotations
10 warnings
|
SQLHelper.SpeedTests/Tests/AddQuery.cs#L25
Possible null reference argument for parameter 'configuration' in 'SQLHelper.SQLHelper(ObjectPool<StringBuilder> stringBuilderPool, IConfiguration configuration, ILogger<SQLHelper>? logger = null)'.
|
|
SQLHelper.SpeedTests/Tests/AddQuery.cs#L25
Possible null reference argument for parameter 'stringBuilderPool' in 'SQLHelper.SQLHelper(ObjectPool<StringBuilder> stringBuilderPool, IConfiguration configuration, ILogger<SQLHelper>? logger = null)'.
|
|
SQLHelper.SpeedTests/Tests/AltImplementations/SQLHelper.cs#L52
Non-nullable property 'Batch' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
SQLHelper.SpeedTests/Tests/AltImplementations/SQLHelper.cs#L52
Non-nullable property 'DatabaseConnection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
SQLHelper.SpeedTests/Tests/AddQuery.cs#L18
Dereference of a possibly null reference.
|
|
SQLHelper.SpeedTests/Tests/AltImplementations/SQLHelper.cs#L202
Possible null reference assignment.
|
|
SQLHelper.SpeedTests/Tests/AltImplementations/SQLHelper.cs#L194
Possible null reference assignment.
|
|
test/SQLHelper.Tests/ExtensionMethods/DbCommandExtensionTests.cs#L53
The second operand of an 'is' or 'as' operator may not be static type 'Nullable'
|
|
SQLHelper.Example/Program.cs#L24
Dereference of a possibly null reference.
|
|
SQLHelper.Example/Program.cs#L21
Possible null reference argument for parameter 'provider' in 'SQLHelper? ServiceProviderServiceExtensions.GetService<SQLHelper>(IServiceProvider provider)'.
|
The logs for this run have expired and are no longer available.
Loading