Skip to content

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

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

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

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

ci-build-oracle.yml

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

Annotations

30 warnings
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 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 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 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)'.