Make SQLite fallback reliable when Docker is unavailable#1072
Closed
MartinHock wants to merge 19 commits into
Closed
Make SQLite fallback reliable when Docker is unavailable#1072MartinHock wants to merge 19 commits into
MartinHock wants to merge 19 commits into
Annotations
5 errors and 11 warnings
|
Build (Release)
Process completed with exit code 1.
|
|
Build (Release):
tests/Clean.Architecture.FunctionalTests/DockerAvailabilityTests.cs#L16
'HttpClient' does not contain a definition for 'System' and no accessible extension method 'System' accepting a first argument of type 'HttpClient' could be found (are you missing a using directive or an assembly reference?)
|
|
Build (Release):
tests/Clean.Architecture.FunctionalTests/DockerAvailabilityTests.cs#L15
The type or namespace name 'DockerClientConfiguration' could not be found (are you missing a using directive or an assembly reference?)
|
|
Build (Release):
tests/Clean.Architecture.FunctionalTests/DockerAvailabilityTests.cs#L16
'HttpClient' does not contain a definition for 'System' and no accessible extension method 'System' accepting a first argument of type 'HttpClient' could be found (are you missing a using directive or an assembly reference?)
|
|
Build (Release):
tests/Clean.Architecture.FunctionalTests/DockerAvailabilityTests.cs#L15
The type or namespace name 'DockerClientConfiguration' could not be found (are you missing a using directive or an assembly reference?)
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Upload Coverage
No files were found with the provided path: **/TestResults/**/coverage.cobertura.xml. No artifacts will be uploaded.
|
|
Upload Test Results
No files were found with the provided path: **/TestResults/**/*.trx. No artifacts will be uploaded.
|
|
Build (Release)
Found version-specific or distribution-specific runtime identifier(s): win7-x64, win7-x86. Affected libraries: SQLite. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
|
Build (Release)
Found version-specific or distribution-specific runtime identifier(s): win7-x64, win7-x86. Affected libraries: SQLite. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
|
Build (Release)
Found version-specific or distribution-specific runtime identifier(s): win7-x64, win7-x86. Affected libraries: SQLite. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
|
Build (Release):
src/Clean.Architecture.UseCases/Contributors/Get/GetContributorHandler.cs#L5
Rename namespace Clean.Architecture.UseCases.Contributors.Get so that it no longer conflicts with the reserved language keyword 'Get'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
|
Build (Release)
Found version-specific or distribution-specific runtime identifier(s): win7-x64, win7-x86. Affected libraries: SQLite. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
|
Build (Release)
Found version-specific or distribution-specific runtime identifier(s): win7-x64, win7-x86. Affected libraries: SQLite. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
|
Build (Release)
Found version-specific or distribution-specific runtime identifier(s): win7-x64, win7-x86. Affected libraries: SQLite. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
|
Build (Release):
src/Clean.Architecture.UseCases/Contributors/Get/GetContributorHandler.cs#L5
Rename namespace Clean.Architecture.UseCases.Contributors.Get so that it no longer conflicts with the reserved language keyword 'Get'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
background
wait
wait-all
cancel
parallel
Loading