Improved the example. #43
Annotations
10 warnings
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.
|
build (8.x):
src/Docker.Registry.DotNet/Domain/Repository/RepositoryTagImage.cs#L23
Non-nullable property 'OsFeatures' 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#L26
Non-nullable property 'OsVersion' 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#L32
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (8.x):
src/Docker.Registry.DotNet/Domain/Repository/RepositoryTag.cs#L14
Non-nullable property 'Images' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (8.x):
src/Docker.Registry.DotNet/Domain/Repository/RepositoryTag.cs#L24
Non-nullable property 'LastUpdaterUsername' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|