Feature/modernizing #44
Annotations
10 warnings
build (8.x):
src/Docker.Registry.DotNet/Infrastructure/Json/JsonSerializer.cs#L41
Possible null reference return.
|
build (8.x):
src/Docker.Registry.DotNet/Infrastructure/Helpers/HttpUtility.cs#L56
Possible null reference return.
|
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/Infrastructure/Helpers/HttpUtility.cs#L115
Possible null reference return.
|
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/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.
|