Skip to content

Merge pull request #422 from JasperFx/fix/416-postgresql-shared-ident… #92

Merge pull request #422 from JasperFx/fix/416-postgresql-shared-ident…

Merge pull request #422 from JasperFx/fix/416-postgresql-shared-ident… #92

Triggered via push August 2, 2026 13:02
Status Success
Total duration 5m 31s
Artifacts
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/Migrations/DatabaseBase.cs#L480
Possible null reference return.
EF Core 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.
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 net10.0: src/Weasel.Core/CommandLine/PatchCommand.cs#L31
Dereference of a possibly null reference.
EF Core net10.0: src/Weasel.Core/CommandLine/DumpCommand.cs#L80
Dereference of a possibly null reference.
EF Core net9.0: src/Weasel.MySql/Sequence.cs#L27
'Sequence.IncrementBy' hides inherited member 'SequenceBase.IncrementBy'. Use the new keyword if hiding was intended.
EF Core net9.0: src/Weasel.MySql/Tables/IndexDefinition.cs#L28
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#L480
Possible null reference return.
EF Core 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.
EF Core net9.0: src/Weasel.Core/CommandLine/DumpCommand.cs#L80
Dereference of a possibly null reference.
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.