Skip to content

fix(sqlserver): judge a failed CREATE DATABASE by the postcondition (weasel#415) #120

fix(sqlserver): judge a failed CREATE DATABASE by the postcondition (weasel#415)

fix(sqlserver): judge a failed CREATE DATABASE by the postcondition (weasel#415) #120

Triggered via pull request August 10, 2026 17:11
Status Success
Total duration 3m 14s
Artifacts

ci-build-efcore.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
EF Core net10.0: src/Weasel.EntityFrameworkCore/DbContextExtensions.cs#L149
Possible null reference argument for parameter 'Migrator' in 'DbContextMigration.DbContextMigration(DbConnection Connection, Migrator Migrator, SchemaMigration Migration)'.
EF Core net10.0: 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)'
EF Core net10.0: src/Weasel.Core/CommandBuilderBase.cs#L623
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)
EF Core net10.0: src/Weasel.Core/CommandLine/DumpCommand.cs#L80
Dereference of a possibly null reference.
EF Core net10.0: src/Weasel.Core/CommandLine/PatchCommand.cs#L31
Dereference of a possibly null reference.
EF Core net10.0: src/Weasel.Core/Migrations/DatabaseBase.cs#L491
Possible null reference return.
EF Core net10.0: src/Weasel.Core/Migrations/DatabaseBase.cs#L46
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
EF Core net10.0: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.
EF Core net9.0: src/Weasel.SqlServer/Tables/IndexDefinition.cs#L30
Nullability of reference types in type of parameter 'value' of 'void IndexDefinition.Columns.set' doesn't match implicitly implemented member 'void ITableIndex.Columns.set' (possibly because of nullability attributes).
EF Core net9.0: src/Weasel.Oracle/Tables/IndexDefinition.cs#L44
Nullability of reference types in type of parameter 'value' of 'void IndexDefinition.Columns.set' doesn't match implicitly implemented member 'void ITableIndex.Columns.set' (possibly because of nullability attributes).
EF Core net9.0: 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)'
EF Core net9.0: src/Weasel.Core/CommandBuilderBase.cs#L623
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)
EF Core net9.0: src/Weasel.Core/Migrations/DatabaseBase.cs#L491
Possible null reference return.
EF Core net9.0: src/Weasel.Core/Migrations/DatabaseBase.cs#L46
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
EF Core net9.0: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.
EF Core net9.0: src/Weasel.Core/CommandLine/PatchCommand.cs#L31
Dereference of a possibly null reference.
EF Core net9.0: src/Weasel.Core/CommandLine/DumpCommand.cs#L80
Dereference of a possibly null reference.