[WIP] Simplifications and stability corrections #368
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Autobuild:
test/PG.TestingUtilities/TestHelpers.cs#L36
Unboxing a possibly null value.
|
Autobuild:
test/AET.SteamAbstraction.Test/Vdf/VValueFacts.cs#L16
Dereference of a possibly null reference.
|
Autobuild:
test/AET.SteamAbstraction.Test/Vdf/VValueFacts.cs#L18
Dereference of a possibly null reference.
|
Autobuild:
test/AET.SteamAbstraction.Test/Vdf/VPropertyFacts.cs#L19
Dereference of a possibly null reference.
|
Autobuild:
test/AET.SteamAbstraction.Test/Vdf/VObjectFacts.cs#L19
Dereference of a possibly null reference.
|
Autobuild:
test/AET.SteamAbstraction.Test/Vdf/VObjectFacts.cs#L21
Converting null literal or possible null value to non-nullable type.
|
Autobuild:
test/AET.SteamAbstraction.Test/Vdf/VObjectFacts.cs#L21
Dereference of a possibly null reference.
|
Autobuild:
test/AET.SteamAbstraction.Test/Vdf/VObjectFacts.cs#L21
Dereference of a possibly null reference.
|
Autobuild:
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.
|
Autobuild:
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.
|
Loading