Skip to content

Merge pull request #30 from ChangemakerStudios/feature/Modernizing #51

Merge pull request #30 from ChangemakerStudios/feature/Modernizing

Merge pull request #30 from ChangemakerStudios/feature/Modernizing #51

Triggered via push August 12, 2024 18:30
Status Success
Total duration 42s
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/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.
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)'.