Added support for Npgsql data source #116
Annotations
10 warnings
src/Weasel.Core/Migrations/Database.cs#L357
Possible null reference return.
|
src/Weasel.Core/Migrations/Database.cs#L357
Possible null reference return.
|
src/Weasel.Core/Migrations/Database.cs#L357
Possible null reference return.
|
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.
|
src/Weasel.Postgresql/Tables/Indexes/FullTextIndexDefinition.cs#L50
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
src/Weasel.Postgresql/PostgresqlIdentifierTooLongException.cs#L15
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
src/Weasel.Postgresql/PostgresqlIdentifierTooLongException.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading