Add Application.Services overrides, to properly determine code coverage #43
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)
|