Add health and version endpoints #476
Annotations
10 errors and 2 warnings
Build:
src/Serval.ApiServer/StatusController.cs#L4
'Route' is not an attribute class
|
Build:
src/Serval.ApiServer/StatusController.cs#L25
The type or namespace name 'HttpGetAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
src/Serval.ApiServer/StatusController.cs#L25
The type or namespace name 'HttpGet' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
src/Serval.ApiServer/StatusController.cs#L26
The type or namespace name 'ProducesResponseTypeAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
src/Serval.ApiServer/StatusController.cs#L26
The type or namespace name 'ProducesResponseType' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
src/Serval.ApiServer/StatusController.cs#L27
The type or namespace name 'ProducesResponseTypeAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
src/Serval.ApiServer/StatusController.cs#L27
The type or namespace name 'ProducesResponseType' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
src/Serval.ApiServer/StatusController.cs#L28
The type or namespace name 'ProducesResponseTypeAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
src/Serval.ApiServer/StatusController.cs#L28
The type or namespace name 'ProducesResponseType' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
src/Serval.ApiServer/StatusController.cs#L29
The type or namespace name 'IActionResult' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
src/Serval.Shared/Controllers/ServiceUnavailableExceptionFilter.cs#L21
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|
Build:
src/Serval.Shared/Controllers/ServiceUnavailableExceptionFilter.cs#L21
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|