Added support for Npgsql data source #256
Annotations
10 warnings
src/Weasel.Core/Migrations/Database.cs#L353
Possible null reference return.
|
src/Weasel.Core/CommandBuilderBase.cs#L431
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)
|
src/Weasel.Core/Migrations/Database.cs#L353
Possible null reference return.
|
src/Weasel.Core/CommandBuilderBase.cs#L431
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)
|
src/Weasel.Core/Migrations/Database.cs#L353
Possible null reference return.
|
src/Weasel.Core/CommandBuilderBase.cs#L431
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)
|
src/Weasel.CommandLine/DumpCommand.cs#L41
Dereference of a possibly null reference.
|
src/Weasel.CommandLine/DumpCommand.cs#L52
Dereference of a possibly null reference.
|
src/Weasel.CommandLine/PatchCommand.cs#L26
Dereference of a possibly null reference.
|
src/Weasel.CommandLine/DumpCommand.cs#L75
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading