Skip to content

Update NuGet dependencies for Application and Application.Test. Add m… #45

Update NuGet dependencies for Application and Application.Test. Add m…

Update NuGet dependencies for Application and Application.Test. Add m… #45

Triggered via push August 26, 2024 14:26
Status Success
Total duration 1m 10s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build: src/Ace.Geograpi.Application/Validators/ContinentModelValidator.cs#L5
'ContinentModelValidator' is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it 'static' (Module in Visual Basic). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1812)
build: src/Ace.Geograpi.Application/Validators/CountryModelValidator.cs#L5
'CountryModelValidator' is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it 'static' (Module in Visual Basic). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1812)
build: src/tests/Ace.Geograpi.Web.IntegrationTests/TestWebApplicationFactory.cs#L7
'TestWebApplicationFactory' contains field 'dbContainer' that is of IDisposable type 'PostgreSqlContainer', but it is never disposed. Change the Dispose method on 'TestWebApplicationFactory' to call Close or Dispose on this field. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2213)
build: src/Ace.Geograpi.Application/Validators/ContinentModelValidator.cs#L5
'ContinentModelValidator' is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it 'static' (Module in Visual Basic). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1812)
build: src/Ace.Geograpi.Application/Validators/CountryModelValidator.cs#L5
'CountryModelValidator' is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it 'static' (Module in Visual Basic). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1812)
build: src/tests/Ace.Geograpi.Web.IntegrationTests/TestWebApplicationFactory.cs#L7
'TestWebApplicationFactory' contains field 'dbContainer' that is of IDisposable type 'PostgreSqlContainer', but it is never disposed. Change the Dispose method on 'TestWebApplicationFactory' to call Close or Dispose on this field. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2213)