Upgrade to .NET 8 (#4) #14
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.
|