Skip to content

fix: GAWR-5493 add State filter to status projection/producer endpoints #1247

fix: GAWR-5493 add State filter to status projection/producer endpoints

fix: GAWR-5493 add State filter to status projection/producer endpoints #1247

Triggered via push April 12, 2024 13:42
Status Success
Total duration 2m 35s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: src/Common/ProblemDetailsException/ForbiddenException.cs#L12
'ForbiddenException.Message' hides inherited member 'Exception.Message'. Use the new keyword if hiding was intended.
Build: src/Common/ProblemDetailsException/UnauthorizedException.cs#L12
'UnauthorizedException.Message' hides inherited member 'Exception.Message'. Use the new keyword if hiding was intended.
Build: src/Common/Infrastructure/Controllers/Attributes/SwaggerAuthorizedOperation.cs#L14
Cannot convert null literal to non-nullable reference type.
Build: src/Common/Infrastructure/Controllers/Attributes/SwaggerAuthorizedOperation.cs#L14
Cannot convert null literal to non-nullable reference type.
Build: src/Common/Infrastructure/Controllers/RegistryApiController.cs#L127
Cannot convert null literal to non-nullable reference type.
Build: src/Common/Infrastructure/Controllers/RegistryApiController.cs#L128
Cannot convert null literal to non-nullable reference type.
Build: src/Common/Infrastructure/Controllers/RegistryApiController.cs#L129
Cannot convert null literal to non-nullable reference type.
Build: src/Common/Infrastructure/Controllers/RegistryApiController.cs#L130
Cannot convert null literal to non-nullable reference type.
Build: src/Common/ProblemDetailsException/UnauthorizedException.cs#L15
Cannot convert null literal to non-nullable reference type.
Build: src/Common/ProblemDetailsException/UnauthorizedException.cs#L20
Non-nullable property 'RegistryName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.