Tweak to index canonicalization to better handle multi-column indexes… #230
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
src/Weasel.Core/Migrations/DatabaseBase.cs#L357
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#L357
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#L357
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.CommandLine/DumpCommand.cs#L41
Dereference of a possibly null reference.
|
Build:
src/Weasel.CommandLine/DumpCommand.cs#L52
Dereference of a possibly null reference.
|
Build:
src/Weasel.CommandLine/DumpCommand.cs#L75
Dereference of a possibly null reference.
|
Build:
src/Weasel.CommandLine/PatchCommand.cs#L26
Dereference of a possibly null reference.
|
Loading