Skip to content

fix: bump buildingunit contract + fix events #1252

fix: bump buildingunit contract + fix events

fix: bump buildingunit contract + fix events #1252

Triggered via push April 17, 2024 06:57
Status Success
Total duration 2m 16s
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.