Skip to content

Feat/variant of existing type #127

Feat/variant of existing type

Feat/variant of existing type #127

Triggered via pull request March 17, 2026 15:57
Status Failure
Total duration 2m 9s
Artifacts

test.yml

on: pull_request
Matrix: Build & Test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 20 warnings
ModVerify.CliApp.Test.TargetSelectors.AutomaticSelectorTest.Test_SelectTarget_ModInModsDir(identity: Eaw:SteamGold): test/ModVerify.CliApp.Test/TargetSelectors/AutomaticSelectorTest.cs#L96
System.TypeLoadException : Method 'get_Stopwatch' in type 'Testably.Abstractions.Testing.MockTimeSystem' from assembly 'Testably.Abstractions.Testing, Version=5.0.3.0, Culture=neutral, PublicKeyToken=f24346c8579fcb48' does not have an implementation.
ModVerify.CliApp.Test.TargetSelectors.GameFinderServiceTest.FindGame_EngineEaw_SearchFallbackGameIsIgnored(identity: Eaw:SteamGold): test/ModVerify.CliApp.Test/TargetSelectors/GameFinderServiceTest.cs#L51
System.TypeLoadException : Method 'get_Stopwatch' in type 'Testably.Abstractions.Testing.MockTimeSystem' from assembly 'Testably.Abstractions.Testing, Version=5.0.3.0, Culture=neutral, PublicKeyToken=f24346c8579fcb48' does not have an implementation.
ModVerify.CliApp.Test.TargetSelectors.AutomaticSelectorTest.Test_SelectTarget_ModInModsDir(identity: Foc:DiskGold): test/ModVerify.CliApp.Test/TargetSelectors/AutomaticSelectorTest.cs#L96
System.TypeLoadException : Method 'get_Stopwatch' in type 'Testably.Abstractions.Testing.MockTimeSystem' from assembly 'Testably.Abstractions.Testing, Version=5.0.3.0, Culture=neutral, PublicKeyToken=f24346c8579fcb48' does not have an implementation.
ModVerify.CliApp.Test.TargetSelectors.GameFinderServiceTest.FindGame_EngineEaw_SearchFallbackGameIsIgnored(identity: Foc:DiskGold): test/ModVerify.CliApp.Test/TargetSelectors/GameFinderServiceTest.cs#L51
System.TypeLoadException : Method 'get_Stopwatch' in type 'Testably.Abstractions.Testing.MockTimeSystem' from assembly 'Testably.Abstractions.Testing, Version=5.0.3.0, Culture=neutral, PublicKeyToken=f24346c8579fcb48' does not have an implementation.
ModVerify.CliApp.Test.TargetSelectors.AutomaticSelectorTest.Test_SelectTarget_ModInModsDir(identity: Eaw:DiskGold): test/ModVerify.CliApp.Test/TargetSelectors/AutomaticSelectorTest.cs#L96
System.TypeLoadException : Method 'get_Stopwatch' in type 'Testably.Abstractions.Testing.MockTimeSystem' from assembly 'Testably.Abstractions.Testing, Version=5.0.3.0, Culture=neutral, PublicKeyToken=f24346c8579fcb48' does not have an implementation.
ModVerify.CliApp.Test.TargetSelectors.GameFinderServiceTest.FindGame_EngineEaw_SearchFallbackGameIsIgnored(identity: Eaw:DiskGold): test/ModVerify.CliApp.Test/TargetSelectors/GameFinderServiceTest.cs#L51
System.TypeLoadException : Method 'get_Stopwatch' in type 'Testably.Abstractions.Testing.MockTimeSystem' from assembly 'Testably.Abstractions.Testing, Version=5.0.3.0, Culture=neutral, PublicKeyToken=f24346c8579fcb48' does not have an implementation.
ModVerify.CliApp.Test.TargetSelectors.AutomaticSelectorTest.Test_SelectTarget_ModInModsDir(identity: Foc:Disk): test/ModVerify.CliApp.Test/TargetSelectors/AutomaticSelectorTest.cs#L96
System.TypeLoadException : Method 'get_Stopwatch' in type 'Testably.Abstractions.Testing.MockTimeSystem' from assembly 'Testably.Abstractions.Testing, Version=5.0.3.0, Culture=neutral, PublicKeyToken=f24346c8579fcb48' does not have an implementation.
ModVerify.CliApp.Test.TargetSelectors.GameFinderServiceTest.FindGame_EngineEaw_SearchFallbackGameIsIgnored(identity: Foc:Disk): test/ModVerify.CliApp.Test/TargetSelectors/GameFinderServiceTest.cs#L51
System.TypeLoadException : Method 'get_Stopwatch' in type 'Testably.Abstractions.Testing.MockTimeSystem' from assembly 'Testably.Abstractions.Testing, Version=5.0.3.0, Culture=neutral, PublicKeyToken=f24346c8579fcb48' does not have an implementation.
ModVerify.CliApp.Test.TargetSelectors.AutomaticSelectorTest.Test_SelectTarget_ModInModsDir(identity: Eaw:Disk): test/ModVerify.CliApp.Test/TargetSelectors/AutomaticSelectorTest.cs#L96
System.TypeLoadException : Method 'get_Stopwatch' in type 'Testably.Abstractions.Testing.MockTimeSystem' from assembly 'Testably.Abstractions.Testing, Version=5.0.3.0, Culture=neutral, PublicKeyToken=f24346c8579fcb48' does not have an implementation.
ModVerify.CliApp.Test.TargetSelectors.GameFinderServiceTest.FindGame_EngineEaw_SearchFallbackGameIsIgnored(identity: Eaw:Disk): test/ModVerify.CliApp.Test/TargetSelectors/GameFinderServiceTest.cs#L51
System.TypeLoadException : Method 'get_Stopwatch' in type 'Testably.Abstractions.Testing.MockTimeSystem' from assembly 'Testably.Abstractions.Testing, Version=5.0.3.0, Culture=neutral, PublicKeyToken=f24346c8579fcb48' does not have an implementation.
Build & Test (ubuntu-latest): src/PetroglyphTools/PG.StarWarsGame.Files.ALO/Data/AlamoAnimation.cs#L13
Non-nullable property 'BoneData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu-latest): src/PetroglyphTools/PG.StarWarsGame.Files.ALO/Data/AlamoModel.cs#L13
Non-nullable property 'Proxies' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu-latest): src/PetroglyphTools/PG.StarWarsGame.Files.ALO/Data/AlamoModel.cs#L11
Non-nullable property 'Textures' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu-latest): src/PetroglyphTools/PG.StarWarsGame.Files.ALO/Data/AlamoModel.cs#L9
Non-nullable property 'Shaders' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu-latest): src/PetroglyphTools/PG.StarWarsGame.Files.ALO/Data/AlamoModel.cs#L7
Non-nullable property 'Bones' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu-latest): src/PetroglyphTools/PG.StarWarsGame.Files.ALO/Data/AlamoParticle.cs#L9
Non-nullable property 'Textures' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows-latest): src/PetroglyphTools/PG.StarWarsGame.Files.ALO/Data/AlamoAnimation.cs#L13
Non-nullable property 'BoneData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows-latest): src/PetroglyphTools/PG.StarWarsGame.Files.ALO/Data/AlamoModel.cs#L13
Non-nullable property 'Proxies' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows-latest): src/PetroglyphTools/PG.StarWarsGame.Files.ALO/Data/AlamoModel.cs#L11
Non-nullable property 'Textures' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows-latest): src/PetroglyphTools/PG.StarWarsGame.Files.ALO/Data/AlamoModel.cs#L9
Non-nullable property 'Shaders' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows-latest): src/PetroglyphTools/PG.StarWarsGame.Files.ALO/Data/AlamoModel.cs#L7
Non-nullable property 'Bones' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows-latest): src/PetroglyphTools/PG.StarWarsGame.Files.ALO/Data/AlamoParticle.cs#L9
Non-nullable property 'Textures' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.