Add application validators arch tests #38
Annotations
4 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/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)
|