Skip to content

.NET

.NET #35

Manually triggered March 25, 2024 16:40
Status Failure
Total duration 1m 36s
Artifacts

dotnet.yml

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

Annotations

3 errors and 11 warnings
build (windows-latest)
Process completed with exit code 1.
build (ubuntu-latest)
The job was canceled because "windows-latest" failed.
build (ubuntu-latest)
The operation was canceled.
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): skullOS.Modules/Adventure.cs#L17
Cannot convert null literal to non-nullable reference type.
build (windows-latest): skullOS.Modules/Buzzer.cs#L15
Cannot convert null literal to non-nullable reference type.
build (windows-latest): skullOS.Modules/Support.cs#L19
Cannot convert null literal to non-nullable reference type.
build (windows-latest): skullOS.Modules/Support.cs#L19
Cannot convert null literal to non-nullable reference type.
build (windows-latest): skullOS.Modules/Adventure.cs#L45
Possible null reference return.
build (windows-latest): skullOS.Modules/Prop.cs#L32
Possible null reference argument for parameter 'value' in 'bool bool.Parse(string value)'.
build (windows-latest): skullOS.Modules/Prop.cs#L47
Possible null reference argument for parameter 'value' in 'bool bool.Parse(string value)'.
build (windows-latest): skullOS.Modules/Prop.cs#L65
Possible null reference argument for parameter 'value' in 'bool bool.Parse(string value)'.
build (windows-latest): skullOS.Modules/Camera.cs#L102
Dereference of a possibly null reference.