feat(referrers): push manifest with subject #296
Annotations
10 warnings
Autobuild:
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.
|
Autobuild:
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.
|
Autobuild:
src/OrasProject.Oras/Registry/Remote/ManifestStore.cs#L187
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Autobuild:
src/OrasProject.Oras/Registry/Remote/ManifestStore.cs#L205
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Autobuild:
src/OrasProject.Oras/Registry/Remote/ManifestStore.cs#L209
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Autobuild:
src/OrasProject.Oras/Registry/Remote/ManifestStore.cs#L268
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Autobuild:
src/OrasProject.Oras/Registry/Remote/ManifestStore.cs#L248
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Autobuild:
src/OrasProject.Oras/Registry/Remote/ManifestStore.cs#L313
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Autobuild:
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.
|
Autobuild:
tests/OrasProject.Oras.Tests/Remote/ManifestStoreTest.cs#L309
Possible null reference argument for parameter 'descriptor' in 'string Referrers.BuildReferrersTag(Descriptor descriptor)'.
|
Loading