Skip to content

Feature/modernizing #44

Feature/modernizing

Feature/modernizing #44

Triggered via pull request August 11, 2024 05:01
Status Success
Total duration 45s
Artifacts

publish.yml

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

Annotations

10 warnings
build (8.x): src/Docker.Registry.DotNet/Infrastructure/Helpers/HttpUtility.cs#L71
Nullability of reference types in value of type 'string?[]' doesn't match target type 'string[]'.
build (8.x): src/Docker.Registry.DotNet/Domain/Repository/RepositoryTagImage.cs#L8
Non-nullable property 'Architecture' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.x): src/Docker.Registry.DotNet/Domain/Repository/RepositoryTagImage.cs#L11
Non-nullable property 'Features' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.x): src/Docker.Registry.DotNet/Domain/Repository/RepositoryTagImage.cs#L14
Non-nullable property 'Variant' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.x): src/Docker.Registry.DotNet/Domain/Repository/RepositoryTagImage.cs#L17
Non-nullable property 'Digest' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.x): src/Docker.Registry.DotNet/Domain/Repository/RepositoryTagImage.cs#L20
Non-nullable property 'Os' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.