EF Core sweep follow-ups: sequences, check constraints, computed columns, index methods, drift detection, Oracle/MySql parity - #372
Merged
Annotations
10 warnings
|
Build:
src/Weasel.EntityFrameworkCore/DatabaseCleanerExtensions.cs#L21
Ambiguous reference in cref attribute: 'IDatabaseCleaner{TContext}.ResetAllDataAsync'. Assuming 'Weasel.EntityFrameworkCore.IDatabaseCleaner<TContext>.ResetAllDataAsync(System.Threading.CancellationToken)', but could have also matched other overloads including 'Weasel.EntityFrameworkCore.IDatabaseCleaner<TContext>.ResetAllDataAsync(System.Data.Common.DbConnection, System.Threading.CancellationToken)'.
|
|
Build:
src/Weasel.EntityFrameworkCore/DbContextExtensions.cs#L102
Possible null reference argument for parameter 'Migrator' in 'DbContextMigration.DbContextMigration(DbConnection Connection, Migrator Migrator, SchemaMigration Migration)'.
|
|
Build:
src/Weasel.Core/Migrations/SchemaFingerprint.cs#L8
Invalid type for parameter Weasel.Core.MultiTenancy.IGlobalLock{TConnection} in XML comment cref attribute: 'DatabaseBase{TConnection}.ApplyAllConfiguredChangesToDatabaseAsync(Weasel.Core.MultiTenancy.IGlobalLock{TConnection}, JasperFx.AutoCreate?, ReconnectionOptions?, System.Threading.CancellationToken)'
|
|
Build:
src/Weasel.Core/CommandBuilderBase.cs#L566
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#L480
Possible null reference return.
|
|
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.
|
|
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/CommandLine/DumpCommand.cs#L80
Dereference of a possibly null reference.
|
|
Build:
src/Weasel.Core/CommandLine/PatchCommand.cs#L31
Dereference of a possibly null reference.
|
background
wait
wait-all
cancel
parallel
Loading