Skip to content

fix: replace ToLower/ToUpper with culture-invariant equivalents for S… #491

fix: replace ToLower/ToUpper with culture-invariant equivalents for S…

fix: replace ToLower/ToUpper with culture-invariant equivalents for S… #491

Triggered via push April 9, 2026 21:15
Status Success
Total duration 12m 46s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

60 warnings
Postgres postgres:15.3-alpine net8.0 Case Sensitive false: 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.
Postgres postgres:15.3-alpine net8.0 Case Sensitive false: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.
Postgres postgres:15.3-alpine net8.0 Case Sensitive false: 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)
Postgres postgres:15.3-alpine net8.0 Case Sensitive false: 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.
Postgres postgres:15.3-alpine net8.0 Case Sensitive false: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.
Postgres postgres:15.3-alpine net9.0 Case Sensitive true: 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.
Postgres postgres:15.3-alpine net9.0 Case Sensitive true: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.
Postgres postgres:15.3-alpine net9.0 Case Sensitive true: 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)
Postgres postgres:15.3-alpine net9.0 Case Sensitive true: 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.
Postgres postgres:15.3-alpine net9.0 Case Sensitive true: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.
Postgres postgres:15.3-alpine net9.0 Case Sensitive false: 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.
Postgres postgres:15.3-alpine net9.0 Case Sensitive false: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.
Postgres postgres:15.3-alpine net9.0 Case Sensitive false: 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)
Postgres postgres:15.3-alpine net9.0 Case Sensitive false: 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.
Postgres postgres:15.3-alpine net9.0 Case Sensitive false: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.
Postgres postgres:15.3-alpine net10.0 Case Sensitive false: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.
Postgres postgres:15.3-alpine net10.0 Case Sensitive false: 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)
Postgres postgres:15.3-alpine net10.0 Case Sensitive false: 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.
Postgres postgres:15.3-alpine net10.0 Case Sensitive false: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.
Postgres postgres:15.3-alpine net10.0 Case Sensitive true: 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.
Postgres postgres:15.3-alpine net10.0 Case Sensitive true: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.
Postgres postgres:15.3-alpine net10.0 Case Sensitive true: 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)
Postgres postgres:15.3-alpine net10.0 Case Sensitive true: 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.
Postgres postgres:15.3-alpine net10.0 Case Sensitive true: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.
Postgres postgres:15.3-alpine net8.0 Case Sensitive true: 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.
Postgres postgres:15.3-alpine net8.0 Case Sensitive true: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.
Postgres postgres:15.3-alpine net8.0 Case Sensitive true: 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)
Postgres postgres:15.3-alpine net8.0 Case Sensitive true: 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.
Postgres postgres:15.3-alpine net8.0 Case Sensitive true: src/Weasel.Core/MultiTenancy/MasterTableTenancyOptions.cs#L52
Possible null reference argument for parameter 'connectionString' in 'string IDatabaseProvider.AddApplicationNameToConnectionString(string connectionString, string applicationName)'.