Skip to content

feat(referrers): support referrers API (#180) #391

feat(referrers): support referrers API (#180)

feat(referrers): support referrers API (#180) #391

Triggered via push February 27, 2025 02:43
Status Success
Total duration 1m 54s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (8.0.x): src/OrasProject.Oras/Registry/Remote/ManifestStore.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.
Analyze (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.
Analyze (8.0.x): src/OrasProject.Oras/Registry/Remote/ManifestStore.cs#L307
Possible null reference argument for parameter 'target' in 'Task ManifestStore.DeleteAsync(Descriptor target, CancellationToken cancellationToken = default(CancellationToken))'.
Analyze (8.0.x): tests/OrasProject.Oras.Tests/Remote/ManifestStoreTest.cs#L75
Possible null reference argument for parameter 'b' in 'bool Util.AreDescriptorsEqual(Descriptor a, Descriptor b)'.
Analyze (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.
Analyze (8.0.x): tests/OrasProject.Oras.Tests/Remote/ReferrersTest.cs#L294
Possible null reference argument for parameter 'requestedFilter' in 'bool Referrers.IsReferrersFilterApplied(string? appliedFilters, string requestedFilter)'.
Analyze (8.0.x): tests/OrasProject.Oras.Tests/Remote/ManifestStoreTest.cs#L354
Possible null reference argument for parameter 'descriptor' in 'string Referrers.BuildReferrersTag(Descriptor descriptor)'.
Analyze (8.0.x): tests/OrasProject.Oras.Tests/Remote/ManifestStoreTest.cs#L579
Possible null reference argument for parameter 'descriptor' in 'string Referrers.BuildReferrersTag(Descriptor descriptor)'.
Analyze (8.0.x): tests/OrasProject.Oras.Tests/Remote/ManifestStoreTest.cs#L808
Possible null reference argument for parameter 'descriptor' in 'string Referrers.BuildReferrersTag(Descriptor descriptor)'.
Analyze (8.0.x): src/OrasProject.Oras/Registry/Remote/ManifestStore.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.