You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix iOS and Android test execution
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);