Skip to content

Fix PK migration when other tables have referencing FKs (#45) #122

Fix PK migration when other tables have referencing FKs (#45)

Fix PK migration when other tables have referencing FKs (#45) #122

Triggered via push April 9, 2026 19:52
Status Success
Total duration 2m 32s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
Oracle net8.0: 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.
Oracle net8.0: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L55
Possible null reference return.
Oracle net8.0: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.
Oracle net8.0: src/Weasel.Core/CommandBuilderBase.cs#L521
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)
Oracle net8.0: src/Weasel.Core/CommandLine/DumpCommand.cs#L80
Dereference of a possibly null reference.
Oracle net8.0: src/Weasel.Core/CommandLine/PatchCommand.cs#L31
Dereference of a possibly null reference.
Oracle net8.0: src/Weasel.Core/Migrations/DatabaseBase.cs#L401
Possible null reference return.
Oracle net8.0: 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.
Oracle net8.0: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L55
Possible null reference return.
Oracle net8.0: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.
Oracle net9.0: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L55
Possible null reference return.
Oracle net9.0: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.
Oracle net9.0: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.
Oracle net9.0: src/Weasel.Core/CommandBuilderBase.cs#L521
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)
Oracle net9.0: src/Weasel.Core/CommandLine/DumpCommand.cs#L80
Dereference of a possibly null reference.
Oracle net9.0: src/Weasel.Core/CommandLine/PatchCommand.cs#L31
Dereference of a possibly null reference.
Oracle net9.0: src/Weasel.Core/Migrations/DatabaseBase.cs#L401
Possible null reference return.
Oracle net9.0: 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.
Oracle net9.0: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L55
Possible null reference return.
Oracle net9.0: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.
Oracle net10.0: 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.
Oracle net10.0: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.
Oracle net10.0: src/Weasel.Core/CommandBuilderBase.cs#L521
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)
Oracle net10.0: src/Weasel.Core/CommandLine/DumpCommand.cs#L80
Dereference of a possibly null reference.
Oracle net10.0: src/Weasel.Core/CommandLine/PatchCommand.cs#L31
Dereference of a possibly null reference.
Oracle net10.0: src/Weasel.Core/Migrations/DatabaseBase.cs#L401
Possible null reference return.
Oracle net10.0: 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.
Oracle net10.0: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.