refactor!: modernize registry interface #19
Annotations
10 errors and 10 warnings
Analyze (8.0.x):
tests/OrasProject.Oras.Tests/RemoteTest/RegistryTest.cs#L150
'Registry' does not contain a definition for 'Repositories' and no accessible extension method 'Repositories' accepting a first argument of type 'Registry' could be found (are you missing a using directive or an assembly reference?)
|
Analyze (8.0.x):
tests/OrasProject.Oras.Tests/RemoteTest/RepositoryTest.cs#L721
'(Descriptor, Stream)' does not contain a definition for 'Descriptor' and no accessible extension method 'Descriptor' accepting a first argument of type '(Descriptor, Stream)' could be found (are you missing a using directive or an assembly reference?)
|
Analyze (8.0.x):
tests/OrasProject.Oras.Tests/RemoteTest/RepositoryTest.cs#L722
'(Descriptor, Stream)' does not contain a definition for 'Stream' and no accessible extension method 'Stream' accepting a first argument of type '(Descriptor, Stream)' could be found (are you missing a using directive or an assembly reference?)
|
Analyze (8.0.x):
tests/OrasProject.Oras.Tests/RemoteTest/RepositoryTest.cs#L723
'(Descriptor, Stream)' does not contain a definition for 'Stream' and no accessible extension method 'Stream' accepting a first argument of type '(Descriptor, Stream)' could be found (are you missing a using directive or an assembly reference?)
|
Analyze (8.0.x):
tests/OrasProject.Oras.Tests/RemoteTest/RepositoryTest.cs#L728
'(Descriptor, Stream)' does not contain a definition for 'Descriptor' and no accessible extension method 'Descriptor' accepting a first argument of type '(Descriptor, Stream)' could be found (are you missing a using directive or an assembly reference?)
|
Analyze (8.0.x):
tests/OrasProject.Oras.Tests/RemoteTest/RepositoryTest.cs#L729
'(Descriptor, Stream)' does not contain a definition for 'Stream' and no accessible extension method 'Stream' accepting a first argument of type '(Descriptor, Stream)' could be found (are you missing a using directive or an assembly reference?)
|
Analyze (8.0.x):
tests/OrasProject.Oras.Tests/RemoteTest/RepositoryTest.cs#L730
'(Descriptor, Stream)' does not contain a definition for 'Stream' and no accessible extension method 'Stream' accepting a first argument of type '(Descriptor, Stream)' could be found (are you missing a using directive or an assembly reference?)
|
Analyze (8.0.x):
tests/OrasProject.Oras.Tests/RemoteTest/RepositoryTest.cs#L736
'(Descriptor, Stream)' does not contain a definition for 'Descriptor' and no accessible extension method 'Descriptor' accepting a first argument of type '(Descriptor, Stream)' could be found (are you missing a using directive or an assembly reference?)
|
Analyze (8.0.x):
tests/OrasProject.Oras.Tests/RemoteTest/RepositoryTest.cs#L737
'(Descriptor, Stream)' does not contain a definition for 'Stream' and no accessible extension method 'Stream' accepting a first argument of type '(Descriptor, Stream)' could be found (are you missing a using directive or an assembly reference?)
|
Analyze (8.0.x):
tests/OrasProject.Oras.Tests/RemoteTest/RepositoryTest.cs#L738
'(Descriptor, Stream)' does not contain a definition for 'Stream' and no accessible extension method 'Stream' accepting a first argument of type '(Descriptor, Stream)' could be found (are you missing a using directive or an assembly reference?)
|
Analyze (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.
|
Analyze (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.
|
Analyze (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.
|
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#L50
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#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/ErrorUtility.cs#L32
Dereference of a possibly null reference.
|
Analyze (8.0.x):
src/OrasProject.Oras/Registry/Remote/BlobStore.cs#L53
Dereference of a possibly null reference.
|
Analyze (8.0.x):
src/OrasProject.Oras/Registry/Remote/ManifestStore.cs#L65
Dereference of a possibly null reference.
|