Skip to content

Releases: AArnott/Xunit.SkippableFact

v1.5.23

30 Nov 18:10
47a3a8b
Compare
Choose a tag to compare

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
6702cf0
Compare
Choose a tag to compare

Changes:

  • #20: Skip.If nullable-reference type post-condition annotations

This list of changes was auto generated.

v1.4.8

24 Apr 18:15
bea1452
Compare
Choose a tag to compare

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
c7f20ea
Compare
Choose a tag to compare
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
8eaf385
Compare
Choose a tag to compare
Merge pull request #9 from AArnott/FewerDeps

Remove NETStandard.Library from netstandard1.x deps

v1.3.3

16 Jul 05:16
Compare
Choose a tag to compare
Support for net45

v1.3.1

25 Mar 16:46
Compare
Choose a tag to compare
Migrate to .NET SDK projects

And target xunit 2.2.0

Fix iOS and Android test execution

24 Nov 21:35
Compare
Choose a tag to compare
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
Choose a tag to compare

This release ensures that the tests can run on AppX packaged platforms

Add support for dotnet platforms

23 Nov 17:35
Compare
Choose a tag to compare

Add support for non-desktop targeting test libraries.