Skip to content

Add Application.Services overrides, to properly determine code coverage #43

Add Application.Services overrides, to properly determine code coverage

Add Application.Services overrides, to properly determine code coverage #43

Triggered via push August 22, 2024 07:15
Status Success
Total duration 1m 20s
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)