Skip to content

Update dotnet-desktop.yml #3

Update dotnet-desktop.yml

Update dotnet-desktop.yml #3

Triggered via push August 15, 2023 00:57
Status Failure
Total duration 3m 59s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Try to create release main-679b0529 for shalzuth/BG3Cam failed: Resource not accessible by integration HttpError: Resource not accessible by integration at D:\a\_actions\xresloader\upload-to-github-release\v1.3.12\lib\index.js:5167:21 at processTicksAndRejections (node:internal/process/task_queues:96:5) at async run (D:\a\_actions\xresloader\upload-to-github-release\v1.3.12\lib\index.js:20947:13)
build
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: BG3Cam/SigScan.cs#L72
Cannot convert null literal to non-nullable reference type.
build: BG3Cam/SigScan.cs#L85
Cannot convert null literal to non-nullable reference type.
build: BG3Cam/SigScan.cs#L20
Dereference of a possibly null reference.
build: BG3Cam/SigScan.cs#L31
Possible null reference return.
build: BG3Cam/SigScan.cs#L44
A possible null value may not be used for a type marked with
build: BG3Cam/SigScan.cs#L77
Dereference of a possibly null reference.
build: BG3Cam/SigScan.cs#L90
Dereference of a possibly null reference.
build: BG3Cam/MainWindow.cs#L9
Non-nullable field 'mem' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: BG3Cam/MainWindow.cs#L9
Non-nullable field 'controller' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: BG3Cam/MainWindow.cs#L81
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.