fix: correctly handle Null output parameters in MSSQL RPC calls #53
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).
|