Skip to content

[WIP] Simplifications and stability corrections #368

[WIP] Simplifications and stability corrections

[WIP] Simplifications and stability corrections #368

Triggered via pull request January 1, 2025 22:30
Status Success
Total duration 2m 38s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Analyze: test/PG.TestingUtilities/TestHelpers.cs#L36
Unboxing a possibly null value.
Analyze: test/AET.SteamAbstraction.Test/Vdf/VValueFacts.cs#L16
Dereference of a possibly null reference.
Analyze: test/AET.SteamAbstraction.Test/Vdf/VValueFacts.cs#L18
Dereference of a possibly null reference.
Analyze: test/AET.SteamAbstraction.Test/Vdf/VPropertyFacts.cs#L19
Dereference of a possibly null reference.
Analyze: test/AET.SteamAbstraction.Test/Vdf/VObjectFacts.cs#L19
Dereference of a possibly null reference.
Analyze: test/AET.SteamAbstraction.Test/Vdf/VObjectFacts.cs#L21
Converting null literal or possible null value to non-nullable type.
Analyze: test/AET.SteamAbstraction.Test/Vdf/VObjectFacts.cs#L21
Dereference of a possibly null reference.
Analyze: test/AET.SteamAbstraction.Test/Vdf/VObjectFacts.cs#L21
Dereference of a possibly null reference.
Analyze: test/PG.StarWarsGame.Infrastructure.Testing/Clients/TestGameProcessLauncher.cs#L13
Non-nullable property 'ExpectedExecutable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: test/PG.StarWarsGame.Infrastructure.Testing/Clients/TestGameProcessLauncher.cs#L15
Non-nullable property 'ExpectedProcessInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.