refactor!: modernize registry interface #30
Annotations
10 warnings
build (8.0.x):
src/OrasProject.Oras/Registry/Remote/RemoteReference.cs#L25
Non-nullable property 'Registry' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (8.0.x):
src/OrasProject.Oras/Registry/Remote/RemoteReference.cs#L30
Non-nullable property 'Repository' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (8.0.x):
src/OrasProject.Oras/Registry/Remote/RemoteReference.cs#L39
Non-nullable property 'Reference' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (8.0.x):
src/OrasProject.Oras/Registry/Remote/Registry.cs#L38
Non-nullable property 'ManifestMediaTypes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (8.0.x):
src/OrasProject.Oras/Registry/Remote/Registry.cs#L50
Non-nullable property 'ManifestMediaTypes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (8.0.x):
src/OrasProject.Oras/Registry/Remote/Repository.cs#L74
Non-nullable property 'ManifestMediaTypes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (8.0.x):
src/OrasProject.Oras/Registry/Remote/Repository.cs#L86
Non-nullable property 'ManifestMediaTypes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (8.0.x):
src/OrasProject.Oras/Registry/Remote/LinkUtility.cs#L32
Converting null literal or possible null value to non-nullable type.
|
build (8.0.x):
src/OrasProject.Oras/Registry/Remote/LinkUtility.cs#L39
Dereference of a possibly null reference.
|
build (8.0.x):
src/OrasProject.Oras/Registry/Remote/LinkUtility.cs#L57
Dereference of a possibly null reference.
|