chore: remove --no-build from pack to support multi-targeting #43
Annotations
1 error and 20 warnings
|
Pack & Push
Process completed with exit code 1.
|
|
Pack & Push:
src/CosmoSQLClient.MsSql/MsSqlConnection.cs#L227
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
|
|
Pack & Push:
src/CosmoSQLClient.MsSql/MsSqlConnection.cs#L494
Dereference of a possibly null reference.
|
|
Pack & Push:
src/CosmoSQLClient.MsSql/MsSqlConnection.cs#L489
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#L478
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#L433
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/MsSqlConnection.cs#L357
'MsSqlConnection.BeginTransactionAsync(CancellationToken)' hides inherited member 'DbConnection.BeginTransactionAsync(CancellationToken)'. Use the new keyword if hiding was intended.
|
|
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#L419
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#L489
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#L478
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#L433
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/MsSqlConnection.cs#L357
'MsSqlConnection.BeginTransactionAsync(CancellationToken)' hides inherited member 'DbConnection.BeginTransactionAsync(CancellationToken)'. Use the new keyword if hiding was intended.
|
|
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#L419
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.Sqlite/SqliteConnection.cs#L135
'SqliteConnection.BeginDbTransactionAsync(IsolationLevel, CancellationToken)': new protected member declared in sealed type
|
|
Pack & Push:
src/CosmoSQLClient.Sqlite/SqliteCommand.cs#L115
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|