xunit.abstractions 2.0.0

Prefix Reserved

Requires NuGet 2.8.1 or higher.

dotnet add package xunit.abstractions --version 2.0.0
                    
NuGet\Install-Package xunit.abstractions -Version 2.0.0
                    
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.abstractions" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="xunit.abstractions" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="xunit.abstractions" />
                    
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.abstractions --version 2.0.0
                    
#r "nuget: xunit.abstractions, 2.0.0"
                    
#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.
#addin nuget:?package=xunit.abstractions&version=2.0.0
                    
Install xunit.abstractions as a Cake Addin
#tool nuget:?package=xunit.abstractions&version=2.0.0
                    
Install xunit.abstractions as a Cake Tool

Common abstractions used to exchange information between xUnit.net and version-independent runners (xunit.abstractions.dll).
     Supported platforms: Desktop .NET 3.5+, Modern Windows 8+, Windows Phone 8+ (Silverlight), Windows Phone 8.1+ (Universal), Portable Libraries (supporting Profile259).

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (245)

Showing the top 20 popular GitHub repositories that depend on xunit.abstractions:

Repository Stars
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
marticliment/UniGetUI
UniGetUI: The Graphical Interface for your package managers. Could be terribly described as a package manager manager to manage your package managers
FluentValidation/FluentValidation
A popular .NET validation library for building strongly-typed validation rules.
SignalR/SignalR
Incredibly simple real-time web for .NET
NancyFx/Nancy
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
elsa-workflows/elsa-core
A .NET workflows library
ldqk/Masuit.Tools
全龄段友好的C#万能工具库,码数吐司库,包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展、Excel导出等常用封装。诸多功能集一身,代码量不到2MB!
Azure/azure-powershell
Microsoft Azure PowerShell
xunit/xunit
xUnit.net is a free, open source, community-focused unit testing tool for .NET.
dotnet/samples
Sample code referenced by the .NET documentation
VerifyTests/Verify
Verify is a snapshot testing tool that simplifies the assertion of complex data models and documents.
migueldeicaza/TensorFlowSharp
TensorFlow API for .NET languages
projectkudu/kudu
Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure.
hirschmann/nbfc
NoteBook FanControl
cairoshell/cairoshell
Cairo is a customizable, intuitive desktop environment for Windows.
dotnet/corert
This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
microsoft/Git-Credential-Manager-for-Windows
Secure Git credential storage for Windows with support for Visual Studio Team Services, GitHub, and Bitbucket multi-factor authentication.