Skip to content

Fix iOS and Android test execution

Compare
Choose a tag to compare
@AArnott AArnott released this 24 Nov 21:35
· 799 commits to main since this release
Cause all but desktop targets to reference dotnet execution assemble so that it gets packaged up with the mobile app, provided they include this line in their entrypoint method:

this.AddExecutionAssembly(typeof(SkippableFactDiscoverer).Assembly);