Update codeql.yml (#5) #24
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/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#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/Data/WadFileCollection.cs#L8
Non-nullable field '_wadStreamProvider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
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.
|