fix: add ApiKeyAuth to new overlapping endpoints #1339
Annotations
10 warnings
src/Common/ProblemDetailsException/ForbiddenException.cs#L12
'ForbiddenException.Message' hides inherited member 'Exception.Message'. Use the new keyword if hiding was intended.
|
src/Common/Infrastructure/Controllers/Attributes/SwaggerAuthorizedOperation.cs#L14
Cannot convert null literal to non-nullable reference type.
|
src/Common/Infrastructure/Controllers/Attributes/SwaggerAuthorizedOperation.cs#L14
Cannot convert null literal to non-nullable reference type.
|
src/Common/ProblemDetailsException/UnauthorizedException.cs#L12
'UnauthorizedException.Message' hides inherited member 'Exception.Message'. Use the new keyword if hiding was intended.
|
src/Common/Infrastructure/Controllers/RegistryApiController.cs#L127
Cannot convert null literal to non-nullable reference type.
|
src/Common/Infrastructure/Controllers/RegistryApiController.cs#L128
Cannot convert null literal to non-nullable reference type.
|
src/Common/Infrastructure/Controllers/RegistryApiController.cs#L129
Cannot convert null literal to non-nullable reference type.
|
src/Common/Infrastructure/Controllers/RegistryApiController.cs#L130
Cannot convert null literal to non-nullable reference type.
|
src/Common/ProblemDetailsException/UnauthorizedException.cs#L15
Cannot convert null literal to non-nullable reference type.
|
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.
|
This job succeeded
Loading