Skip to content

ci: remove old staging deploy #1346

ci: remove old staging deploy

ci: remove old staging deploy #1346

Triggered via push September 20, 2024 06:42
Status Success
Total duration 2m 4s
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/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/ProblemDetailsException/UnauthorizedException.cs#L12
'UnauthorizedException.Message' hides inherited member 'Exception.Message'. Use the new keyword if hiding was intended.
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.