VOOZH about

URL: https://www.nuget.org/packages/Xunit.SkippableFact/

⇱ NuGet Gallery | Xunit.SkippableFact 1.5.61




Xunit.SkippableFact 1.5.61

Prefix Reserved
dotnet add package Xunit.SkippableFact --version 1.5.61
 
 
NuGet\Install-Package Xunit.SkippableFact -Version 1.5.61
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xunit.SkippableFact" Version="1.5.61" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xunit.SkippableFact" Version="1.5.61" />
 
Directory.Packages.props
<PackageReference Include="Xunit.SkippableFact" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xunit.SkippableFact --version 1.5.61
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Xunit.SkippableFact, 1.5.61"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Xunit.SkippableFact@1.5.61
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xunit.SkippableFact&version=1.5.61
 
Install as a Cake Addin
#tool nuget:?package=Xunit.SkippableFact&version=1.5.61
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Xunit.SkippableFact

This library allows for Xunit tests that can determine during execution that they should report a "skipped" result. This can be useful when a precondition is not satisfied, or the test is over functionality that does not exist on the platform being tested.

Use [SkippableFact] or [SkippableTheory] to make a test skippable.

Learn more at our documentation site.

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net461 net461 was computed.  net462 net462 is compatible.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (24)

Showing the top 5 NuGet packages that depend on Xunit.SkippableFact:

Package Downloads
SpecFlow.xUnit

Package to use SpecFlow with xUnit 2.4 and later

Reqnroll.xUnit

Package to use Reqnroll with xUnit 2.x. Use Reqnroll.xunit.v3 for xUnit 3.x.

Xunit.DependencyInjection.SkippableFact

Support Xunit.SkippableFact. public void ConfigureServices(IServiceCollection services) { services.AddSkippableFactSupport(); }

Microsoft.VisualStudio.Sdk.TestFramework.Xunit

A test library to help in writing unit and integration tests for Visual Studio extensions.

xunit.MSTest

Adds XUnit backwards compatibility to MSTest

GitHub repositories (122)

Showing the top 20 popular GitHub repositories that depend on Xunit.SkippableFact:

Repository Stars
PowerShell/PowerShell
PowerShell for every system!
dotnet/orleans
Cloud Native application framework for .NET
git-ecosystem/git-credential-manager
Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.
stride3d/stride
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
ElectronNET/Electron.NET
:electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
MessagePack-CSharp/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
mono/SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Tyrrrz/CliWrap
Library for interacting with command-line interfaces
PowerShell/PSReadLine
A bash inspired readline implementation for PowerShell
rnwood/smtp4dev
smtp4dev - the fake smtp email server for development and testing
OpenTabletDriver/OpenTabletDriver
Open source, cross-platform, user-mode tablet driver
SciSharp/LLamaSharp
A C#/.NET library to run LLM (🦙LLaMA/LLaVA) on your local device efficiently.
libgit2/libgit2sharp
Git + .NET = ❤
dafny-lang/dafny
Dafny is a verification-aware programming language
dotnet/skills
Repository for skills to assist AI coding agents with .NET and C#
microsoft/Power-Fx
Power Fx low-code programming language
0x90d/videoduplicatefinder
Video Duplicate Finder - Crossplatform
dotnet/extensions
This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
PomeloFoundation/Pomelo.EntityFrameworkCore.MySql
Entity Framework Core provider for MySQL and MariaDB built on top of MySqlConnector
veldrid/veldrid
A low-level, portable graphics library for .NET.
Version Downloads Last Updated
1.5.61 1,425,702 12/27/2025
1.5.23 5,767,048 11/30/2024
1.4.13 22,279,875 7/9/2020
1.4.8 860,258 4/24/2020
1.3.12 22,757,619 10/3/2018
1.3.6 594,302 5/28/2018
1.3.3 269,170 7/16/2017
1.3.1 20,945 3/25/2017
1.2.14 62,160 1/1/2016
1.2.6 2,442 12/1/2015
1.2.5 2,356 11/24/2015
1.2.3 2,365 11/24/2015
1.2.1 2,329 11/23/2015
1.1.4 76,901 11/9/2015
1.0.15200-beta 2,883 7/20/2015