Skip to content

Bug found by coderabbitAI. #47

Bug found by coderabbitAI.

Bug found by coderabbitAI. #47

Triggered via push August 11, 2024 06:22
Status Success
Total duration 46s
Artifacts

publish.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#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.