Skip to content

fix: use ToLowerInvariant/ToUpperInvariant for SQL identifiers (Turkish collation bug) #119

fix: use ToLowerInvariant/ToUpperInvariant for SQL identifiers (Turkish collation bug)

fix: use ToLowerInvariant/ToUpperInvariant for SQL identifiers (Turkish collation bug) #119

Triggered via pull request April 9, 2026 21:05
Status Success
Total duration 3m 31s
Artifacts

ci-build-sqlite.yml

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

Annotations

30 warnings
SQLite ubuntu-latest 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.
SQLite ubuntu-latest net8.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 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)
SQLite ubuntu-latest net8.0: src/Weasel.Core/CommandLine/DumpCommand.cs#L80
Dereference of a possibly null reference.
SQLite ubuntu-latest net8.0: src/Weasel.Core/CommandLine/PatchCommand.cs#L31
Dereference of a possibly null reference.
SQLite ubuntu-latest net8.0: src/Weasel.Core/Migrations/DatabaseBase.cs#L401
Possible null reference return.
SQLite ubuntu-latest 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.
SQLite ubuntu-latest net8.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/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/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)
SQLite ubuntu-latest net10.0: src/Weasel.Core/CommandLine/DumpCommand.cs#L80
Dereference of a possibly null reference.
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/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 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/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/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)
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/DatabaseBase.cs#L401
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)'.