Skip to content

Tags: AArnott/Xunit.SkippableFact

Tags

v1.5.23

Verified

This commit was signed with the committer’s verified signature.
AArnott Andrew Arnott
Ship from tags

v1.4.13

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #20 from fredrikhr/extended-nullable

Skip.If nullable-reference type post-condition annotations

v1.4.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #19 from AArnott/fix14

Respect `methodDisplayOptions`

v1.3.12

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #12 from couven92/assert

Skip tests even if SkipException is coming from within Assert.Throws

v1.3.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #9 from AArnott/FewerDeps

Remove NETStandard.Library from netstandard1.x deps

v1.3.3

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Support for net45

v1.3.1

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Migrate to .NET SDK projects

And target xunit 2.2.0

v1.2.6

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix test skipping when skipping exception wraps another

v1.2.5

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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);

v1.2.3

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Include execution assemblies in appx packaging