Skip to content

feat: introduce shared Cosmo.Transport.Pipelines library and MSSQL pr… #39

feat: introduce shared Cosmo.Transport.Pipelines library and MSSQL pr…

feat: introduce shared Cosmo.Transport.Pipelines library and MSSQL pr… #39

Triggered via push March 7, 2026 21:09
Status Failure
Total duration 43s
Artifacts

nuget.yml

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

Annotations

10 errors and 10 warnings
Pack & Push: src/Cosmo.Transport.Pipelines/PipelineExtensions.cs#L64
Predefined type 'System.Index' is not defined or imported
Pack & Push: src/Cosmo.Transport.Pipelines/PipelineExtensions.cs#L63
'ReadOnlySequence<byte>' does not contain a definition for 'FirstSpan' and no accessible extension method 'FirstSpan' accepting a first argument of type 'ReadOnlySequence<byte>' could be found (are you missing a using directive or an assembly reference?)
Pack & Push: src/Cosmo.Transport.Pipelines/PipelineExtensions.cs#L60
'SequenceReader<byte>' does not contain a definition for 'TryReadTo' and no accessible extension method 'TryReadTo' accepting a first argument of type 'SequenceReader<byte>' could be found (are you missing a using directive or an assembly reference?)
Pack & Push: src/Cosmo.Transport.Pipelines/PipelineExtensions.cs#L64
Missing compiler required member 'System.Index..ctor'
Pack & Push: src/Cosmo.Transport.Pipelines/PipelineExtensions.cs#L64
Predefined type 'System.Index' is not defined or imported
Pack & Push: src/Cosmo.Transport.Pipelines/PipelineExtensions.cs#L64
Predefined type 'System.Range' is not defined or imported
Pack & Push: src/Cosmo.Transport.Pipelines/PipelineExtensions.cs#L64
Missing compiler required member 'System.Index..ctor'
Pack & Push: src/Cosmo.Transport.Pipelines/PipelineExtensions.cs#L64
Predefined type 'System.Index' is not defined or imported
Pack & Push: src/Cosmo.Transport.Pipelines/PipelineExtensions.cs#L63
'ReadOnlySequence<byte>' does not contain a definition for 'FirstSpan' and no accessible extension method 'FirstSpan' accepting a first argument of type 'ReadOnlySequence<byte>' could be found (are you missing a using directive or an assembly reference?)
Pack & Push: src/Cosmo.Transport.Pipelines/PipelineExtensions.cs#L60
'SequenceReader<byte>' does not contain a definition for 'TryReadTo' and no accessible extension method 'TryReadTo' accepting a first argument of type 'SequenceReader<byte>' could be found (are you missing a using directive or an assembly reference?)
Pack & Push: src/CosmoSQLClient.MySql/MySqlConnection.cs#L547
Unreachable code detected
Pack & Push: src/CosmoSQLClient.MySql/MySqlConnection.cs#L368
Possible null reference argument for parameter 'json' in 'JsonDocument JsonDocument.Parse(string json, JsonDocumentOptions options = default(JsonDocumentOptions))'.
Pack & Push: src/CosmoSQLClient.MySql/MySqlConnection.cs#L150
Possible null reference argument for parameter 'connectionString' in 'MySqlConfiguration MySqlConfiguration.Parse(string connectionString)'.
Pack & Push: src/CosmoSQLClient.MySql/MySqlConnection.cs#L195
'MySqlConnection.BeginDbTransactionAsync(IsolationLevel, CancellationToken)': new protected member declared in sealed type
Pack & Push: src/CosmoSQLClient.Sqlite/SqliteConnection.cs#L135
'SqliteConnection.BeginDbTransactionAsync(IsolationLevel, CancellationToken)': new protected member declared in sealed type
Pack & Push: src/CosmoSQLClient.MySql/MySqlConnection.cs#L150
Possible null reference argument for parameter 'connectionString' in 'MySqlConfiguration MySqlConfiguration.Parse(string connectionString)'.
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.Postgres/PostgresConnection.cs#L174
Possible null reference argument for parameter 'connectionString' in 'PostgresConfiguration PostgresConfiguration.Parse(string connectionString)'.
Pack & Push: src/CosmoSQLClient.Postgres/PostgresCommand.cs#L74
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).