Releases: AArnott/Xunit.SkippableFact
Releases · AArnott/Xunit.SkippableFact
v1.5.23
30 Nov 18:10
Compare
Sorry, something went wrong.
No results found
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
Full Changelog : v1.4.13...v1.5.22
v1.4.13
30 Nov 18:09
Compare
Sorry, something went wrong.
No results found
Changes:
#20 : Skip.If nullable-reference type post-condition annotations
This list of changes was auto generated .
v1.4.8
24 Apr 18:15
Compare
Sorry, something went wrong.
No results found
Changes:
Fixes:
#14 : Breaks test naming when using methodDisplayOptions
Others:
#19 : Respect methodDisplayOptions
#18 : Adding virtual and less restrictive access modifiers for reuse.
This list of changes was auto generated .
v1.3.12
03 Oct 17:31
Compare
Sorry, something went wrong.
No results found
Merge pull request #12 from couven92/assert
Skip tests even if SkipException is coming from within Assert.Throws
v1.3.6
28 May 15:52
Compare
Sorry, something went wrong.
No results found
Merge pull request #9 from AArnott/FewerDeps
Remove NETStandard.Library from netstandard1.x deps
v1.3.3
16 Jul 05:16
Compare
Sorry, something went wrong.
No results found
v1.3.1
25 Mar 16:46
Compare
Sorry, something went wrong.
No results found
Migrate to .NET SDK projects
And target xunit 2.2.0
Fix iOS and Android test execution
24 Nov 21:35
Compare
Sorry, something went wrong.
No results found
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
24 Nov 14:38
Compare
Sorry, something went wrong.
No results found
This release ensures that the tests can run on AppX packaged platforms
Add support for dotnet platforms
23 Nov 17:35
Compare
Sorry, something went wrong.
No results found
Add support for non-desktop targeting test libraries.