[WIP] Simplifications and stability corrections #167
Annotations
9 warnings
Build & Test in Release Mode:
src/Testing/PG.TestingUtilities/TestHelpers.cs#L19
Unboxing a possibly null value.
|
Build & Test in Release Mode:
src/Testing/PG.StarWarsGame.Infrastructure.Testing/Game/Installation/GameInstallation.cs#L78
Possible null reference argument for parameter 'path' in 'IDirectoryInfo IDirectory.CreateDirectory(string path)'.
|
Build & Test in Release Mode:
src/PetroGlyph.Games.EawFoc.Clients/test/Steam/SteamGameLanguageFinderTest.cs#L99
Comparing an instance of System.Collections.Generic.HashSet<EawModinfo.Spec.ILanguageInfo> with an instance of System.Collections.Generic.IReadOnlyCollection<EawModinfo.Spec.ILanguageInfo> has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq). (https://xunit.net/xunit.analyzers/rules/xUnit2027)
|
Build & Test in Release Mode:
src/PetroGlyph.Games.EawFoc.Clients/test/Steam/SteamGameLanguageFinderTest.cs#L99
Comparing an instance of System.Collections.Generic.HashSet<EawModinfo.Spec.ILanguageInfo> with an instance of System.Collections.Generic.IReadOnlyCollection<EawModinfo.Spec.ILanguageInfo> has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq). (https://xunit.net/xunit.analyzers/rules/xUnit2027)
|
Build & Test in Release Mode:
src/Testing/PG.StarWarsGame.Infrastructure.Testing/Game/Installation/GameInstallation.cs#L78
Possible null reference argument for parameter 'path' in 'IDirectoryInfo IDirectory.CreateDirectory(string path)'.
|
Build & Test in Release Mode:
src/PetroGlyph.Games.EawFoc/test/PetroglyphGameInfrastructureIntegrationTest.cs#L325
Possible null reference argument for parameter 'obj' in 'int ModIdentityEqualityComparer.GetHashCode(IModIdentity obj)'.
|
Build & Test in Release Mode:
src/PetroGlyph.Games.EawFoc/test/GameServices/Detection/CompositeDetectorTest.cs#L259
The event 'CompositeDetectorTest.EmptyDetector.InitializationRequested' is never used
|
Build & Test in Release Mode:
src/PetroGlyph.Games.EawFoc/test/PetroglyphGameInfrastructureIntegrationTest.cs#L325
Possible null reference argument for parameter 'obj' in 'int ModIdentityEqualityComparer.GetHashCode(IModIdentity obj)'.
|
Build & Test in Release Mode:
src/PetroGlyph.Games.EawFoc/test/GameServices/Detection/CompositeDetectorTest.cs#L259
The event 'CompositeDetectorTest.EmptyDetector.InitializationRequested' is never used
|
Loading