The Sql Server Command Builder has apparently never been usable, but … #252
Annotations
2 errors and 11 warnings
|
Test
Process completed with exit code 1.
|
Build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Build:
src/Weasel.Core/Migrations/DatabaseBase.cs#L355
Possible null reference return.
|
Build:
src/Weasel.Core/CommandBuilderBase.cs#L472
Type parameter 'TCommand' has no matching typeparam tag in the XML comment on 'CommandBuilderExtensions.FetchListAsync<T, TCommand>(DbConnection, ICommandBuilder<TCommand>, Func<DbDataReader, CancellationToken, Task<T>>, DbTransaction?, CancellationToken)' (but other type parameters do)
|
Build:
src/Weasel.Core/Migrations/DatabaseBase.cs#L355
Possible null reference return.
|
Build:
src/Weasel.Core/Migrations/DatabaseBase.cs#L355
Possible null reference return.
|
Build:
src/Weasel.Core/CommandBuilderBase.cs#L472
Type parameter 'TCommand' has no matching typeparam tag in the XML comment on 'CommandBuilderExtensions.FetchListAsync<T, TCommand>(DbConnection, ICommandBuilder<TCommand>, Func<DbDataReader, CancellationToken, Task<T>>, DbTransaction?, CancellationToken)' (but other type parameters do)
|
Build:
src/Weasel.Core/CommandBuilderBase.cs#L472
Type parameter 'TCommand' has no matching typeparam tag in the XML comment on 'CommandBuilderExtensions.FetchListAsync<T, TCommand>(DbConnection, ICommandBuilder<TCommand>, Func<DbDataReader, CancellationToken, Task<T>>, DbTransaction?, CancellationToken)' (but other type parameters do)
|
Build:
src/Weasel.SqlServer/AdvisoryLock.cs#L17
Non-nullable field '_conn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Weasel.SqlServer/AdvisoryLock.cs#L49
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Weasel.SqlServer/AdvisoryLock.cs#L87
Cannot convert null literal to non-nullable reference type.
|
Restore dependencies
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Loading