Loading
nexusmods-app: 0.20.2 → 0.21.1
Changelog: https://github.com/Nexus-Mods/NexusMods.App/releases/tag/v0.21.1 Upstream's test suite upgraded Microsoft.Testing.Platform from 1.x to 2.x, which builds native "apphost" executables for test assemblies by default. These fail during the checkPhase because the wrapper environment that normally provides runtime dependencies (DOTNET_ROOT, library paths, etc) is not applied. Disable apphost generation for tests by adding UseAppHost=false to dotnetTestFlags. The main application remains unaffected.