Skip to content

chore: add shared transport to nuget workflow and bump to 1.8.2 #42

chore: add shared transport to nuget workflow and bump to 1.8.2

chore: add shared transport to nuget workflow and bump to 1.8.2 #42

Triggered via push March 7, 2026 23:38
Status Failure
Total duration 46s
Artifacts

nuget.yml

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

Annotations

2 errors and 10 warnings
Pack & Push
Process completed with exit code 1.
Pack & Push
The file '/home/runner/work/CosmoSQLClient-Dotnet/CosmoSQLClient-Dotnet/src/Cosmo.Transport.Pipelines/bin/Release/net10.0/Cosmo.Transport.Pipelines.dll' to be packed was not found on disk.
Pack & Push: src/CosmoSQLClient.Postgres/PostgresConnection.cs#L203
Dereference of a possibly null reference.
Pack & Push: src/CosmoSQLClient.Postgres/PostgresConnection.cs#L179
Dereference of a possibly null reference.
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.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#L115
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
Pack & Push: src/CosmoSQLClient.Sqlite/SqliteCommand.cs#L115
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