Skip to content

🐛 GetManifestResource #2

🐛 GetManifestResource

🐛 GetManifestResource #2

Triggered via push June 18, 2024 09:41
Status Failure
Total duration 1m 16s
Artifacts

pr.yml

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

Annotations

7 errors and 11 warnings
build (Release): SevenZip/LibraryManager.cs#L292
'SevenZipLibraryManager' does not contain a definition for 'GetManifestResource'
build (Release): SevenZip/SevenZipSfx.cs#L182
'SevenZipLibraryManager' does not contain a definition for 'GetManifestResource'
build (Release): SevenZip/SevenZipSfx.cs#L197
'SevenZipLibraryManager' does not contain a definition for 'GetManifestResource'
build (Release): SevenZip/SevenZipSfx.cs#L447
'SevenZipLibraryManager' does not contain a definition for 'GetManifestResource'
build (Release)
Process completed with exit code 1.
build (LiteRelease)
The job was canceled because "Release" failed.
build (LiteRelease)
The operation was canceled.
build (Release)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (Release): SevenZip/ArchiveFileInfo.cs#L82
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build (Release): SevenZip/ArchiveProperty.cs#L25
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build (Release): SevenZip/COM.cs#L180
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build (Release): SevenZip/SevenZipBase.cs#L257
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build (Release): SevenZip/ArchiveExtractCallback.cs#L51
Non-nullable field '_actualIndexes' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release): SevenZip/ArchiveExtractCallback.cs#L51
Non-nullable field '_archive' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release): SevenZip/ArchiveExtractCallback.cs#L51
Non-nullable field '_directory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release): SevenZip/ArchiveExtractCallback.cs#L51
Non-nullable field '_extractor' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release): SevenZip/ArchiveExtractCallback.cs#L51
Non-nullable field '_fakeStream' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release): SevenZip/ArchiveExtractCallback.cs#L51
Non-nullable field '_fileStream' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.