Skip to content

Upgrade to .NET 8 (#4) #14

Upgrade to .NET 8 (#4)

Upgrade to .NET 8 (#4) #14

Triggered via push January 7, 2024 16:03
Status Success
Total duration 6m 31s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/DoomSharp.Core/Internals/FMOD.cs#L1006
Cannot convert null literal to non-nullable reference type.
build: src/DoomSharp.Core/Internals/FMOD.cs#L1006
Cannot convert null literal to non-nullable reference type.
build: src/DoomSharp.Core/UI/StatusBar.cs#L535
Nullable value type may be null.
build: src/DoomSharp.Core/UI/StatusBar.cs#L539
Nullable value type may be null.
build: src/DoomSharp.Core/Internals/FMOD.cs#L4036
Possible null reference return.
build: src/DoomSharp.Core/Internals/FMOD.cs#L4002
Converting null literal or possible null value to non-nullable type.
build: src/DoomSharp.Core/Internals/FMOD.cs#L3913
Possible null reference return.
build: src/DoomSharp.Core/UI/StatusBar.cs#L566
Nullable value type may be null.
build: src/DoomSharp.Core/UI/StatusBar.cs#L573
Nullable value type may be null.
build: src/DoomSharp.Core/Data/WadFileCollection.cs#L8
Non-nullable field '_wadStreamProvider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.