Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Fix an awaiter error #20

Fix an awaiter error

Fix an awaiter error #20

Triggered via push February 25, 2024 14:55
Status Failure
Total duration 4m 3s
Artifacts

build.yml

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

Annotations

7 errors and 14 warnings
build (windows-latest)
The RuntimeIdentifier platform 'maccatalyst-x64' and the PlatformTarget 'arm64' must be compatible.
build (windows-latest)
The RuntimeIdentifier platform 'win10-x64' and the PlatformTarget 'arm64' must be compatible.
build (windows-latest)
The RuntimeIdentifier platform 'maccatalyst-x64' and the PlatformTarget 'arm64' must be compatible.
build (windows-latest)
The RuntimeIdentifier platform 'win10-x64' and the PlatformTarget 'arm64' must be compatible.
build (windows-latest)
Process completed with exit code 1.
build (macos-latest)
The job was canceled because "windows-latest" failed.
build (macos-latest)
The operation was canceled.
build (ubuntu-latest)
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 (ubuntu-latest): modules/SharpZipLib/src/ICSharpCode.SharpZipLib/Core/Exceptions/SharpZipBaseException.cs#L54
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build (ubuntu-latest): apps/unp4k.Common/Worker.cs#L49
Possible null reference argument for parameter 'p4kFile' in 'P4KFile.P4KFile(FileInfo p4kFile)'.
build (ubuntu-latest): apps/unp4k.Common/Worker.cs#L133
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (ubuntu-latest): modules/SharpZipLib/src/ICSharpCode.SharpZipLib/Core/Exceptions/SharpZipBaseException.cs#L54
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build (ubuntu-latest): apps/unp4k.Common/Worker.cs#L49
Possible null reference argument for parameter 'p4kFile' in 'P4KFile.P4KFile(FileInfo p4kFile)'.
build (ubuntu-latest): apps/unp4k.Common/Worker.cs#L133
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (windows-latest)
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 (windows-latest): modules/SharpZipLib/src/ICSharpCode.SharpZipLib/Core/Exceptions/SharpZipBaseException.cs#L54
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build (windows-latest): apps/unp4k.Common/Worker.cs#L49
Possible null reference argument for parameter 'p4kFile' in 'P4KFile.P4KFile(FileInfo p4kFile)'.
build (windows-latest): apps/unp4k.Common/Worker.cs#L133
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (windows-latest): modules/SharpZipLib/src/ICSharpCode.SharpZipLib/Core/Exceptions/SharpZipBaseException.cs#L54
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build (windows-latest): apps/unp4k.Common/Worker.cs#L49
Possible null reference argument for parameter 'p4kFile' in 'P4KFile.P4KFile(FileInfo p4kFile)'.
build (windows-latest): apps/unp4k.Common/Worker.cs#L133
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.