feat: add AddWithValue extension methods for DbParameterCollection to… #46
Annotations
20 warnings
|
Pack & Push:
src/CosmoSQLClient.MsSql/MsSqlConnection.cs#L141
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
Pack & Push:
src/CosmoSQLClient.MsSql/MsSqlConnection.cs#L422
The EnumeratorCancellationAttribute applied to parameter 'ct' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
|
|
Pack & Push:
src/CosmoSQLClient.MsSql/MsSqlCommand.cs#L22
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
Pack & Push:
src/CosmoSQLClient.MsSql/MsSqlConnection.cs#L497
Dereference of a possibly null reference.
|
|
Pack & Push:
src/CosmoSQLClient.MsSql/MsSqlConnection.cs#L492
Possible null reference argument for parameter 'name' in 'void MsSqlConnection.WriteNamedParam(BinaryWriter bw, string name, SqlValue value, bool isOutput = false)'.
|
|
Pack & Push:
src/CosmoSQLClient.MsSql/MsSqlConnection.cs#L481
Possible null reference argument for parameter 'name' in 'void MsSqlConnection.WriteNamedParam(BinaryWriter bw, string name, SqlValue value, bool isOutput = false)'.
|
|
Pack & Push:
src/CosmoSQLClient.MsSql/MsSqlConnection.cs#L436
Possible null reference return.
|
|
Pack & Push:
src/CosmoSQLClient.MsSql/MsSqlConnection.cs#L151
Cannot convert null literal to non-nullable reference type.
|
|
Pack & Push:
src/CosmoSQLClient.MsSql/MsSqlParameter.cs#L54
Dereference of a possibly null reference.
|
|
Pack & Push:
src/CosmoSQLClient.MsSql/MsSqlConnection.cs#L422
The EnumeratorCancellationAttribute applied to parameter 'ct' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
|
|
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/PostgresConnection.cs#L236
'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.Postgres/PostgresCommand.cs#L74
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/MySqlConnection.cs#L271
'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.MySql/MySqlCommand.cs#L134
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).
|