Skip to content

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

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

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

Triggered via push August 2, 2026 13:02
Status Success
Total duration 7m 30s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

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