xunit.extensibility.execution
2.0.0-rc2-build2857
Prefix Reserved
See the version list below for details.
Requires NuGet 2.8.3 or higher.
dotnet add package xunit.extensibility.execution --version 2.0.0-rc2-build2857
NuGet\Install-Package xunit.extensibility.execution -Version 2.0.0-rc2-build2857
<PackageReference Include="xunit.extensibility.execution" Version="2.0.0-rc2-build2857" />
paket add xunit.extensibility.execution --version 2.0.0-rc2-build2857
#r "nuget: xunit.extensibility.execution, 2.0.0-rc2-build2857"
// Install xunit.extensibility.execution as a Cake Addin #addin nuget:?package=xunit.extensibility.execution&version=2.0.0-rc2-build2857&prerelease // Install xunit.extensibility.execution as a Cake Tool #tool nuget:?package=xunit.extensibility.execution&version=2.0.0-rc2-build2857&prerelease
Includes xunit.execution.*.dll for extensibility purposes.
Supported platforms: Desktop .NET 4.5+, ASP.NET 5+, Modern Windows 8, Windows Phone 8 (Silverlight), Universal (Windows Phone 8.1+, Windows 8.1+), MonoTouch, MonoAndroid, Xamarin iOS Universal.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. |
.NET Framework | net45 is compatible. 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. |
ASP.NET | aspnet50 is compatible. |
ASP.NETCore | aspnetcore50 is compatible. |
MonoAndroid | monoandroid is compatible. |
MonoTouch | monotouch is compatible. |
Windows Phone | wp8 is compatible. wp81 was computed. |
Windows Store | win8 is compatible. |
Xamarin.iOS | xamarinios is compatible. |
-
- xunit.extensibility.core (= 2.0.0-rc2-build2857)
NuGet packages (3)
Showing the top 3 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. |
|
Xunit.StaFact
Run your xunit-based tests on an STA thread with the WPF Dispatcher, a WinForms SynchronizationContext, or even a cross-platform generic UI thread emulation with a SynchronizationContext that keeps code running on a "main thread" for that test. Simply use [WpfFact], [WinFormsFact], [StaFact] or the cross-platform [UIFact] on your test method to run your test under conditions that most closely match the main thread in your application. Theory variants of these attributes allow for parameterized testing. Check out the xunit.combinatorial nuget package for pairwise or combinatorial testing with theories. |
GitHub repositories (276)
Showing the top 5 popular GitHub repositories that depend on xunit.extensibility.execution:
Repository | Stars |
---|---|
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
|
|
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.
|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|