feat(referrers): push manifest with subject #249
Annotations
9 warnings
Run unit tests:
src/OrasProject.Oras/Registry/Remote/BlobStore.cs#L30
Parameter 'Repository repository' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Run unit tests:
src/OrasProject.Oras/Registry/Remote/ManifestStore.cs#L31
Parameter 'Repository repository' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Run unit tests:
tests/OrasProject.Oras.Tests/Remote/ReferrersTest.cs#L149
Argument of type 'List<Descriptor?>' cannot be used for parameter 'oldReferrers' of type 'IList<Descriptor>' in '(IList<Descriptor>, bool) Referrers.ApplyReferrerChanges(IList<Descriptor> oldReferrers, ReferrerChange referrerChange)' due to differences in the nullability of reference types.
|
Run unit tests:
tests/OrasProject.Oras.Tests/Remote/ReferrersTest.cs#L161
Converting null literal or possible null value to non-nullable type.
|
Run unit tests:
tests/OrasProject.Oras.Tests/Remote/ReferrersTest.cs#L162
Converting null literal or possible null value to non-nullable type.
|
Run unit tests:
tests/OrasProject.Oras.Tests/Remote/ReferrersTest.cs#L164
Possible null reference argument for parameter 'oldReferrers' in '(IList<Descriptor>, bool) Referrers.ApplyReferrerChanges(IList<Descriptor> oldReferrers, ReferrerChange referrerChange)'.
|
Run unit tests:
tests/OrasProject.Oras.Tests/Remote/ReferrersTest.cs#L164
Possible null reference argument for parameter 'referrerChange' in '(IList<Descriptor>, bool) Referrers.ApplyReferrerChanges(IList<Descriptor> oldReferrers, ReferrerChange referrerChange)'.
|
Run unit tests:
tests/OrasProject.Oras.Tests/Remote/ManifestStoreTest.cs#L309
Possible null reference argument for parameter 'descriptor' in 'string Referrers.BuildReferrersTag(Descriptor descriptor)'.
|
Run unit tests:
tests/OrasProject.Oras.Tests/Remote/ManifestStoreTest.cs#L507
Possible null reference argument for parameter 'descriptor' in 'string Referrers.BuildReferrersTag(Descriptor descriptor)'.
|
Loading