Skip to content

Build testing

Build testing #3

Triggered via push October 22, 2023 11:00
Status Failure
Total duration 55s
Artifacts

dotnet.yml

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

Annotations

3 errors and 10 warnings
build (ubuntu-latest)
Process completed with exit code 1.
build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
build (windows-latest)
The operation was canceled.
build (ubuntu-latest): skullOS/Program.cs#L32
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest): skullOS/Modules.cs#L17
Possible null reference return.
build (ubuntu-latest): skullOS/Program.cs#L81
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): skullOS/Program.cs#L82
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type, bool nonPublic)'.
build (ubuntu-latest): skullOS/Program.cs#L82
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): skullOS/Program.cs#L83
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): skullOS/Program.cs#L83
Possible null reference argument for parameter 'item' in 'void List<ISubSystem>.Add(ISubSystem item)'.
build (ubuntu-latest): skullOS/Program.cs#L85
The variable 'e' is declared but never used
build (ubuntu-latest): skullOS/Program.cs#L32
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest): skullOS/Modules.cs#L17
Possible null reference return.