Skip to content

🎨 float Progress

🎨 float Progress #3

Triggered via push October 28, 2024 08:15
Status Failure
Total duration 1m 16s
Artifacts

pr.yml

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

Annotations

4 errors and 11 warnings
build (LiteRelease): SevenZip/LibraryManager.cs#L297
'SevenZipLibraryManager' does not contain a definition for 'GetManifestResource'
build (LiteRelease)
Process completed with exit code 1.
build (Release)
The job was canceled because "LiteRelease" failed.
build (Release)
The operation was canceled.
build (LiteRelease)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (LiteRelease): SevenZip/ArchiveFileInfo.cs#L82
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build (LiteRelease): SevenZip/ArchiveProperty.cs#L25
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build (LiteRelease): SevenZip/SevenZipBase.cs#L257
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build (LiteRelease): SevenZip/COM.cs#L180
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build (LiteRelease): SevenZip/StreamWrappers.cs#L500
Non-nullable event 'BytesWritten' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build (LiteRelease): SevenZip/ArchiveExtractCallback.cs#L51
Non-nullable field '_actualIndexes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (LiteRelease): SevenZip/ArchiveExtractCallback.cs#L51
Non-nullable field '_archive' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (LiteRelease): SevenZip/ArchiveExtractCallback.cs#L51
Non-nullable field '_directory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (LiteRelease): SevenZip/ArchiveExtractCallback.cs#L51
Non-nullable field '_extractor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (LiteRelease): SevenZip/ArchiveExtractCallback.cs#L51
Non-nullable field '_fakeStream' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.