Skip to content

Add SQLite content storage with queue-based operations #2

Add SQLite content storage with queue-based operations

Add SQLite content storage with queue-based operations #2

Triggered via pull request November 27, 2025 10:22
Status Failure
Total duration 33s
Artifacts

coverage.yml

on: pull_request
Check Test Coverage
29s
Check Test Coverage
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
Check Test Coverage: tests/Core.Tests/Storage/ContentStorageServiceTests.cs#L134
'ConfiguredTaskAwaitable<ContentDto?>' does not contain a definition for 'ConfigureAwait' and the best extension method overload 'TaskAsyncEnumerableExtensions.ConfigureAwait(IAsyncDisposable, bool)' requires a receiver of type 'System.IAsyncDisposable'
Check Test Coverage: tests/Core.Tests/Storage/ContentStorageServiceTests.cs#L131
'ConfiguredTaskAwaitable' does not contain a definition for 'ConfigureAwait' and the best extension method overload 'TaskAsyncEnumerableExtensions.ConfigureAwait(IAsyncDisposable, bool)' requires a receiver of type 'System.IAsyncDisposable'
Check Test Coverage: tests/Core.Tests/Storage/ContentStorageServiceTests.cs#L128
'ConfiguredTaskAwaitable<string>' does not contain a definition for 'ConfigureAwait' and the best extension method overload 'TaskAsyncEnumerableExtensions.ConfigureAwait(IAsyncDisposable, bool)' requires a receiver of type 'System.IAsyncDisposable'
Check Test Coverage: tests/Core.Tests/Storage/ContentStorageServiceTests.cs#L118
'ConfiguredTaskAwaitable' does not contain a definition for 'ConfigureAwait' and the best extension method overload 'TaskAsyncEnumerableExtensions.ConfigureAwait(IAsyncDisposable, bool)' requires a receiver of type 'System.IAsyncDisposable'
Check Test Coverage: tests/Core.Tests/Storage/ContentStorageServiceTests.cs#L115
'ConfiguredTaskAwaitable<string>' does not contain a definition for 'ConfigureAwait' and the best extension method overload 'TaskAsyncEnumerableExtensions.ConfigureAwait(IAsyncDisposable, bool)' requires a receiver of type 'System.IAsyncDisposable'
Check Test Coverage: tests/Core.Tests/Storage/ContentStorageServiceTests.cs#L93
'ConfiguredTaskAwaitable<string>' does not contain a definition for 'ConfigureAwait' and the best extension method overload 'TaskAsyncEnumerableExtensions.ConfigureAwait(IAsyncDisposable, bool)' requires a receiver of type 'System.IAsyncDisposable'
Check Test Coverage: tests/Core.Tests/Storage/ContentStorageIntegrationTests.cs#L79
'ConfiguredTaskAwaitable<List<string>>' does not contain a definition for 'ConfigureAwait' and the best extension method overload 'TaskAsyncEnumerableExtensions.ConfigureAwait(IAsyncDisposable, bool)' requires a receiver of type 'System.IAsyncDisposable'
Check Test Coverage: tests/Core.Tests/Storage/ContentStorageServiceTests.cs#L68
'ConfiguredTaskAwaitable<string>' does not contain a definition for 'ConfigureAwait' and the best extension method overload 'TaskAsyncEnumerableExtensions.ConfigureAwait(IAsyncDisposable, bool)' requires a receiver of type 'System.IAsyncDisposable'
Check Test Coverage: tests/Core.Tests/Storage/ContentStorageIntegrationTests.cs#L68
'ConfiguredTaskAwaitable<List<string>>' does not contain a definition for 'ConfigureAwait' and the best extension method overload 'TaskAsyncEnumerableExtensions.ConfigureAwait(IAsyncDisposable, bool)' requires a receiver of type 'System.IAsyncDisposable'
Check Test Coverage: tests/Core.Tests/Storage/ContentStorageIntegrationTests.cs#L56
'ConfiguredTaskAwaitable<List<string>>' does not contain a definition for 'ConfigureAwait' and the best extension method overload 'TaskAsyncEnumerableExtensions.ConfigureAwait(IAsyncDisposable, bool)' requires a receiver of type 'System.IAsyncDisposable'
Check Test Coverage
No files were found with the provided path: TestResults/*/coverage.cobertura.xml. No artifacts will be uploaded.
Check Test Coverage: tests/Core.Tests/Storage/ContentStorageServiceTests.cs#L128
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
Check Test Coverage: tests/Core.Tests/Storage/ContentStorageServiceTests.cs#L118
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
Check Test Coverage: tests/Core.Tests/Storage/ContentStorageServiceTests.cs#L115
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
Check Test Coverage: tests/Core.Tests/Storage/ContentStorageServiceTests.cs#L99
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
Check Test Coverage: tests/Core.Tests/Storage/ContentStorageServiceTests.cs#L93
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
Check Test Coverage: tests/Core.Tests/Storage/ContentStorageIntegrationTests.cs#L81
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
Check Test Coverage: tests/Core.Tests/Storage/ContentStorageServiceTests.cs#L74
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
Check Test Coverage: tests/Core.Tests/Storage/ContentStorageServiceTests.cs#L68
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
Check Test Coverage: tests/Core.Tests/Storage/ContentStorageIntegrationTests.cs#L70
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
Check Test Coverage: tests/Core.Tests/Storage/ContentStorageIntegrationTests.cs#L58
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)