Skip to content

feat(referrers): push manifest with subject #265

feat(referrers): push manifest with subject

feat(referrers): push manifest with subject #265

Triggered via pull request December 13, 2024 04:00
Status Success
Total duration 41s
Artifacts

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
build (8.0.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (8.0.x): 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.
build (8.0.x): 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.
build (8.0.x): src/OrasProject.Oras/Registry/Remote/ManifestStore.cs#L303
Possible null reference argument for parameter 'target' in 'Task ManifestStore.DeleteAsync(Descriptor target, CancellationToken cancellationToken = default(CancellationToken))'.
build (8.0.x): tests/OrasProject.Oras.Tests/Remote/ManifestStoreTest.cs#L74
Possible null reference argument for parameter 'b' in 'bool Util.AreDescriptorsEqual(Descriptor a, Descriptor b)'.
build (8.0.x): tests/OrasProject.Oras.Tests/Remote/ReferrersTest.cs#L251
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.
build (8.0.x): tests/OrasProject.Oras.Tests/Remote/ManifestStoreTest.cs#L309
Possible null reference argument for parameter 'descriptor' in 'string Referrers.BuildReferrersTag(Descriptor descriptor)'.
build (8.0.x): tests/OrasProject.Oras.Tests/Remote/ManifestStoreTest.cs#L507
Possible null reference argument for parameter 'descriptor' in 'string Referrers.BuildReferrersTag(Descriptor descriptor)'.