Skip to content

feat(copy): introduces CopyGraphOptions with events support #181

feat(copy): introduces CopyGraphOptions with events support

feat(copy): introduces CopyGraphOptions with events support #181

Re-run triggered October 28, 2024 03:34
Status Success
Total duration 43s
Artifacts

build.yml

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

Annotations

2 warnings
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): tests/OrasProject.Oras.Tests/CopyTest.cs#L252
Non-nullable property 'OnMount' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.