xunit.extensibility.execution
2.4.2
Requires NuGet 2.12 or higher.
dotnet add package xunit.extensibility.execution --version 2.4.2
NuGet\Install-Package xunit.extensibility.execution -Version 2.4.2
<PackageReference Include="xunit.extensibility.execution" Version="2.4.2" />
paket add xunit.extensibility.execution --version 2.4.2
#r "nuget: xunit.extensibility.execution, 2.4.2"
// Install xunit.extensibility.execution as a Cake Addin
#addin nuget:?package=xunit.extensibility.execution&version=2.4.2
// Install xunit.extensibility.execution as a Cake Tool
#tool nuget:?package=xunit.extensibility.execution&version=2.4.2
Includes xunit.execution.*.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5.2
- xunit.extensibility.core (= 2.4.2)
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- xunit.extensibility.core (= 2.4.2)
NuGet packages (106)
Showing the top 5 NuGet packages that depend on xunit.extensibility.execution:
Package | Downloads |
---|---|
xunit.core
Includes the libraries for writing unit tests with xUnit.net. |
|
Xunit.SkippableFact
Make your Xunit test methods self-determine to report a "skipped" result. Useful for such cases as "not supported on this platform" results or other environmental inputs. |
|
Serilog.Sinks.XUnit
The xUnit test output sink for Serilog |
|
Xunit.DependencyInjection
Use Microsoft.Extensions.DependencyInjection to inject xunit testclass. If you want write Microsoft.Extensions.Logging to ITestOutputHelper, please install Xunit.DependencyInjection.Logging Release notes: 8.7: Allow missing default startup in some case. 8.6: Support any awaitable type of async test method. 8.5: Change analyzer category. 8.4: Fix #63: allow modify default service from DI container. 8.3: Add ActivitySource(name: Xunit.DependencyInjection) and ValueTask/ValueTask<> support. 8.2: Fix #60: support IAsyncDisposable. 8.1: Startup allow static method or class (like Asp.Net Core startup). 8.0: New feature: Support multiple startup. 7.7: Add [MethodData], like [MemberData], support injection. 7.6: Fix #48, each TestRunner should have a different scope. 7.5: Add XunitTestCaseRunnerAdapter, It will be support more XunitTestCase type. 7.4: Always set applicationName, unwarp TargetInvocationException. 7.3: Fix #41, activate ITestOutputHelperAccessor on tests without a constructor. 7.2: Add Startup analyzer. 7.1: Fix can't run test case when host.StartAsync() throw exception. 7.0: Add fixture injection and refactor DependencyInjectionTestFramework, you don't have to declare the [assembly: TestFrameworkAttribute] on normal case. |
|
FsCheck.Xunit
FsCheck.Xunit integrates FsCheck with xUnit.NET by adding a PropertyAttribute that runs FsCheck tests, similar to xUnit.NET's FactAttribute. All the options normally available in vanilla FsCheck via configuration can be controlled via the PropertyAttribute. |
GitHub repositories (258)
Showing the top 5 popular GitHub repositories that depend on xunit.extensibility.execution:
Repository | Stars |
---|---|
AvaloniaUI/Avalonia
A cross-platform UI framework for .NET
|
|
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.
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
abpframework/abp
Open Source Web Application Framework for ASP.NET Core
|
Version | Downloads | Last updated |
---|---|---|
2.4.2 | 22,617,792 | 8/1/2022 |
2.4.2-pre.27 | 19,935 | 7/24/2022 |
2.4.2-pre.12 | 726,501 | 10/3/2021 |
2.4.1 | 184,616,808 | 10/29/2018 |
2.4.1-pre.build.4071 | 21,945 | 10/7/2018 |
2.4.1-pre.build.4059 | 1,229,364 | 8/26/2018 |
2.4.0 | 62,213,791 | 7/17/2018 |
2.4.0-rc.2.build4045 | 6,006 | 7/13/2018 |
2.4.0-rc.1.build4038 | 23,475 | 7/2/2018 |
2.4.0-beta.2.build4010 | 268,051 | 5/29/2018 |
2.4.0-beta.1.build3958 | 182,668 | 2/12/2018 |
2.3.1 | 24,113,216 | 10/27/2017 |
2.3.1-rc2-build3844 | 14,470 | 10/20/2017 |
2.3.1-rc1-build3843 | 1,187 | 10/20/2017 |
2.3.0 | 1,374,661 | 10/6/2017 |
2.3.0-rc3-build3818 | 5,060 | 10/5/2017 |
2.3.0-rc2-build3812 | 2,830 | 10/4/2017 |
2.3.0-rc1-build3809 | 9,241 | 10/2/2017 |
2.3.0-beta5-build3769 | 274,022 | 9/1/2017 |
2.3.0-beta4-build3742 | 163,147 | 8/14/2017 |
2.3.0-beta3-build3705 | 197,183 | 6/8/2017 |
2.3.0-beta2-build3683 | 257,710 | 5/9/2017 |
2.3.0-beta1-build3642 | 139,878 | 4/6/2017 |
2.2.0 | 14,752,420 | 2/20/2017 |
2.2.0-rc4-build3536 | 5,717 | 2/18/2017 |
2.2.0-rc3-build3528 | 62,537 | 2/16/2017 |
2.2.0-rc2-build3523 | 17,962 | 2/13/2017 |
2.2.0-rc1-build3507 | 4,578 | 2/12/2017 |
2.2.0-beta5-build3474 | 483,876 | 1/16/2017 |
2.2.0-beta4-build3444 | 665,380 | 11/6/2016 |
2.2.0-beta3-build3402 | 104,777 | 10/5/2016 |
2.2.0-beta2-build3300 | 3,149,998 | 6/27/2016 |
2.2.0-beta1-build3239 | 75,720 | 12/20/2015 |
2.1.0 | 6,061,129 | 9/27/2015 |
2.1.0-rc2-build3176 | 10,618 | 9/20/2015 |
2.1.0-rc1-build3168 | 29,174 | 9/6/2015 |
2.1.0-beta4-build3109 | 13,022 | 8/5/2015 |
2.1.0-beta3-build3029 | 16,129 | 6/30/2015 |
2.1.0-beta2-build2981 | 8,931 | 5/3/2015 |
2.1.0-beta1-build2945 | 4,372 | 3/21/2015 |
2.0.0 | 232,305 | 3/16/2015 |
2.0.0-rc4-build2924 | 1,262 | 3/9/2015 |
2.0.0-rc3-build2880 | 3,439 | 2/23/2015 |
2.0.0-rc2-build2857 | 1,682 | 2/17/2015 |
2.0.0-rc1-build2826 | 1,583 | 1/20/2015 |