Adding Sharding support to PostgreSQL Table model #189
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Weasel.Core/Migrations/DatabaseBase.cs#L322
Possible null reference return.
|
src/Weasel.Core/CommandBuilderBase.cs#L472
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)
|
src/Weasel.Core/Migrations/DatabaseBase.cs#L322
Possible null reference return.
|
src/Weasel.Core/CommandBuilderBase.cs#L472
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)
|
src/Weasel.Core/Migrations/DatabaseBase.cs#L322
Possible null reference return.
|
src/Weasel.Core/CommandBuilderBase.cs#L472
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)
|
src/Weasel.Postgresql/Tables/Indexes/FullTextIndexDefinition.cs#L50
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
src/Weasel.Postgresql/BatchBuilder.cs#L14
Non-nullable property 'TenantId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Weasel.Postgresql/BatchBuilder.cs#L19
Non-nullable property 'TenantId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Weasel.Postgresql/AdvisoryLockExtensions.cs#L107
Unboxing a possibly null value.
|
This job succeeded
Loading