Releases: AArnott/Xunit.SkippableFact
Releases · AArnott/Xunit.SkippableFact
v1.5.23
What's Changed
- Remove dead
#if
regions by @AArnott in #39 - Add skipping tests based on the [SupportedOSPlatform] attribute by @0xced in #48
- Build up the docfx site and create a package README by @AArnott in #49
New Contributors
- @dependabot made their first contribution in #36
- @0xced made their first contribution in #48
Full Changelog: v1.4.13...v1.5.22
v1.4.13
v1.4.8
v1.3.12
v1.3.6
v1.3.3
v1.3.1
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);
Add support for WinRT/UWP
This release ensures that the tests can run on AppX packaged platforms
Add support for dotnet platforms
Add support for non-desktop targeting test libraries.