refactor!: modernize Reference #24
Annotations
10 warnings
Analyze (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.
|
Analyze (8.0.x):
src/OrasProject.Oras/Registry/Remote/Registry.cs#L45
Non-nullable property 'ManifestMediaTypes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze (8.0.x):
src/OrasProject.Oras/Registry/Remote/LinkUtility.cs#L32
Converting null literal or possible null value to non-nullable type.
|
Analyze (8.0.x):
src/OrasProject.Oras/Registry/Remote/LinkUtility.cs#L39
Dereference of a possibly null reference.
|
Analyze (8.0.x):
src/OrasProject.Oras/Registry/Remote/LinkUtility.cs#L57
Dereference of a possibly null reference.
|
Analyze (8.0.x):
src/OrasProject.Oras/Registry/Remote/LinkUtility.cs#L57
Dereference of a possibly null reference.
|
Analyze (8.0.x):
src/OrasProject.Oras/Registry/Remote/ErrorUtility.cs#L32
Dereference of a possibly null reference.
|
Analyze (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.
|
Analyze (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.
|
Analyze (8.0.x):
src/OrasProject.Oras/Registry/Remote/BlobStore.cs#L53
Dereference of a possibly null reference.
|