Bug found by coderabbitAI. #47
Annotations
10 warnings
build (8.x):
src/Docker.Registry.DotNet/Infrastructure/Helpers/DictionaryExtensions.cs#L38
Possible null reference return.
|
build (8.x):
src/Docker.Registry.DotNet/Domain/Repository/ListRepositoryTagsResponse.cs#L9
Non-nullable property 'Next' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (8.x):
src/Docker.Registry.DotNet/Domain/Repository/ListRepositoryTagsResponse.cs#L12
Non-nullable property 'Previous' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (8.x):
src/Docker.Registry.DotNet/Domain/Repository/ListRepositoryTagsResponse.cs#L15
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (8.x):
src/Docker.Registry.DotNet/Domain/Registry/RegistryApiException.cs#L53
Possible null reference assignment.
|
build (8.x):
src/Docker.Registry.DotNet/Domain/Registry/RegistryApiException.cs#L50
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (8.x):
src/Docker.Registry.DotNet/Application/OAuth/OAuthClient.cs#L61
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
|
build (8.x):
src/Docker.Registry.DotNet/Application/OAuth/OAuthClient.cs#L62
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
|
build (8.x):
src/Docker.Registry.DotNet/Domain/Manifests/GetImageManifestResult.cs#L20
Non-nullable property 'DockerContentDigest' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (8.x):
src/Docker.Registry.DotNet/Domain/Manifests/GetImageManifestResult.cs#L20
Non-nullable property 'Etag' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|