Skip to content

fix: correctly handle Null output parameters in MSSQL RPC calls #53

fix: correctly handle Null output parameters in MSSQL RPC calls

fix: correctly handle Null output parameters in MSSQL RPC calls #53

Triggered via push March 8, 2026 02:41
Status Success
Total duration 58s
Artifacts

nuget.yml

on: push
Pack & Push
56s
Pack & Push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Pack & Push: src/CosmoSQLClient.Postgres/PostgresConnection.cs#L96
Dereference of a possibly null reference.
Pack & Push: src/CosmoSQLClient.Postgres/PostgresConnection.cs#L70
Cannot convert null literal to non-nullable reference type.
Pack & Push: src/CosmoSQLClient.Postgres/PostgresCommand.cs#L74
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
Pack & Push: src/CosmoSQLClient.Postgres/PostgresConnection.cs#L322
'PostgresConnection.BeginTransactionAsync(CancellationToken)' hides inherited member 'DbConnection.BeginTransactionAsync(CancellationToken)'. Use the new keyword if hiding was intended.
Pack & Push: src/CosmoSQLClient.Postgres/PostgresConnection.cs#L62
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
Pack & Push: src/CosmoSQLClient.MySql/MySqlConnection.cs#L77
Cannot convert null literal to non-nullable reference type.
Pack & Push: src/CosmoSQLClient.MySql/MySqlCommand.cs#L134
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
Pack & Push: src/CosmoSQLClient.MySql/MySqlConnection.cs#L328
'MySqlConnection.BeginTransactionAsync(CancellationToken)' hides inherited member 'DbConnection.BeginTransactionAsync(CancellationToken)'. Use the new keyword if hiding was intended.
Pack & Push: src/CosmoSQLClient.MySql/MySqlConnection.cs#L69
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
Pack & Push: src/CosmoSQLClient.Sqlite/SqliteCommand.cs#L134
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).