Make CREATE SCHEMA migration DDL concurrent-safe against pg_namespace race #282
Annotations
10 warnings
|
Build:
src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.
|
|
Build:
src/Weasel.Core/CommandBuilderBase.cs#L291
Parameter 'parameters' of method 'Weasel.Core.CommandBuilderBase<TCommand, TParameter, TParameterType>.AddParameters(Object)' has 'DynamicallyAccessedMembersAttribute', but that attribute can only be applied to parameters of type 'System.Type' or 'System.String'.
|
|
Build:
src/Weasel.Core/CommandLine/AssertCommand.cs#L31
Member 'Weasel.Core.CommandLine.AssertCommand.Execute(WeaselInput)' with 'RequiresDynamicCodeAttribute' overrides base member 'JasperFx.CommandLine.JasperFxAsyncCommand<T>.Execute(T)' without 'RequiresDynamicCodeAttribute'. 'RequiresDynamicCodeAttribute' annotations must match across all interface implementations or overrides.
|
|
Build:
src/Weasel.Core/CommandBuilderBase.cs#L534
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#L401
Possible null reference return.
|
|
Build:
src/Weasel.Core/CommandLine/DumpCommand.cs#L80
Dereference of a possibly null reference.
|
|
Build:
src/Weasel.Core/CommandLine/PatchCommand.cs#L31
Dereference of a possibly null reference.
|
|
Build:
src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L55
Possible null reference return.
|
|
Build:
src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.
|
|
Build:
src/Weasel.Core/Migrations/DatabaseBase.cs#L35
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
background
wait
wait-all
cancel
Loading