xunit.extensibility.execution 2.3.0-beta1-build3642

Includes xunit.execution.*.dll for extensibility purposes.

Showing the top 20 packages that depend on xunit.extensibility.execution.

Packages Downloads
xunit.core
Includes the libraries for writing unit tests with xUnit.net.
4
xunit.core
Includes the libraries for writing unit tests with xUnit.net.
178
xunit.core
Includes the libraries for writing unit tests with xUnit.net. 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, Portable Libraries (supporting Profile259).
4
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: 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.
4
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.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.
4
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.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.
4
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.8: Added support `BuildHost` method in startup. 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.
4
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: 9.8: Allow the default startup to be missing anywhere. 9.7: Fix #133 #134, IHost.StopAsync might not have been invoked. 9.6: Support required property on test class. 9.5: Add support for BuildHostApplicationBuilder, fixing TheoryData of T evaluation. 9.4: Add ITestClassOrderer, Support registration ITestCollectionOrderer and ITestCaseOrderer. 9.3: Support xunit 2.8.0. 9.2: Add BeforeAfterTest. 9.1: Support [FromKeyedService]. 9.0: Upgrade TargetFramework version and reference package version. 8.9: Extends the test framework to execute tests in parallel. 8.8: Added support `BuildHost` method in startup. 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.
12
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: 9.9: Fix some parallelization problem. 9.8: Allow the default startup to be missing anywhere. 9.7: Fix #133 #134, IHost.StopAsync might not have been invoked. 9.6: Support required property on test class. 9.5: Add support for BuildHostApplicationBuilder, fixing TheoryData of T evaluation. 9.4: Add ITestClassOrderer, Support registration ITestCollectionOrderer and ITestCaseOrderer. 9.3: Support xunit 2.8.0. 9.2: Add BeforeAfterTest. 9.1: Support [FromKeyedService]. 9.0: Upgrade TargetFramework version and reference package version. 8.9: Extends the test framework to execute tests in parallel. 8.8: Added support `BuildHost` method in startup. 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.
5
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: 9.9: Fix some parallelization problem. 9.8: Allow the default startup to be missing anywhere. 9.7: Fix #133 #134, IHost.StopAsync might not have been invoked. 9.6: Support required property on test class. 9.5: Add support for BuildHostApplicationBuilder, fixing TheoryData of T evaluation. 9.4: Add ITestClassOrderer, Support registration ITestCollectionOrderer and ITestCaseOrderer. 9.3: Support xunit 2.8.0. 9.2: Add BeforeAfterTest. 9.1: Support [FromKeyedService]. 9.0: Upgrade TargetFramework version and reference package version. 8.9: Extends the test framework to execute tests in parallel. 8.8: Added support `BuildHost` method in startup. 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.
250

.NET Framework 4.5.2

.NET Standard 1.1

Version Downloads Last updated
2.9.3 260 03/21/2026
2.9.2 4 04/24/2026
2.9.1 4 04/24/2026
2.9.0 4 04/24/2026
2.8.1 4 04/24/2026
2.8.0 4 04/24/2026
2.7.1 4 04/24/2026
2.7.0 4 04/24/2026
2.6.6 4 04/24/2026
2.6.5 4 04/24/2026
2.6.4 4 04/24/2026
2.6.3 4 04/24/2026
2.6.2 4 04/24/2026
2.6.1 4 04/24/2026
2.6.0 4 04/24/2026
2.5.3 4 04/24/2026
2.5.2 4 04/24/2026
2.5.2-pre.6 4 04/25/2026
2.5.2-pre.2 4 04/25/2026
2.5.1 4 04/24/2026
2.5.1-pre.33 4 04/25/2026
2.5.1-pre.26 4 04/25/2026
2.5.1-pre.20 4 04/25/2026
2.5.1-pre.12 4 04/25/2026
2.5.1-pre.11 4 04/25/2026
2.5.0 4 04/24/2026
2.5.0-pre.44 4 04/25/2026
2.5.0-pre.37 4 04/25/2026
2.5.0-pre.26 4 04/25/2026
2.5.0-pre.22 4 04/25/2026
2.5.0-pre.11 4 04/25/2026
2.4.2 96 03/24/2026
2.4.2-pre.27 4 04/25/2026
2.4.2-pre.12 4 04/25/2026
2.4.1 4 04/24/2026
2.4.1-pre.build.4071 4 04/25/2026
2.4.1-pre.build.4059 4 04/25/2026
2.4.0 4 04/24/2026
2.4.0-rc.2.build4045 4 04/25/2026
2.4.0-rc.1.build4038 4 04/25/2026
2.4.0-beta.2.build4010 4 04/25/2026
2.4.0-beta.1.build3958 4 04/25/2026
2.3.1 4 04/24/2026
2.3.1-rc2-build3844 4 04/25/2026
2.3.1-rc1-build3843 4 04/25/2026
2.3.0 4 04/24/2026
2.3.0-rc3-build3818 4 04/25/2026
2.3.0-rc2-build3812 4 04/25/2026
2.3.0-rc1-build3809 4 04/25/2026
2.3.0-beta5-build3769 4 04/25/2026
2.3.0-beta4-build3742 4 04/25/2026
2.3.0-beta3-build3705 4 04/25/2026
2.3.0-beta2-build3683 4 04/25/2026
2.3.0-beta1-build3642 4 04/25/2026
2.2.0 4 04/24/2026
2.2.0-rc4-build3536 4 04/25/2026
2.2.0-rc3-build3528 5 04/16/2026
2.2.0-rc2-build3523 4 04/25/2026
2.2.0-rc1-build3507 4 04/25/2026
2.2.0-beta5-build3474 4 04/25/2026
2.2.0-beta4-build3444 4 04/25/2026
2.2.0-beta3-build3402 4 04/25/2026
2.2.0-beta2-build3300 4 04/25/2026
2.2.0-beta1-build3239 4 04/25/2026
2.1.0 4 04/24/2026
2.1.0-rc2-build3176 4 04/25/2026
2.1.0-rc1-build3168 3 04/25/2026
2.1.0-beta4-build3109 4 04/25/2026
2.1.0-beta3-build3029 4 04/25/2026
2.1.0-beta2-build2981 4 04/25/2026
2.1.0-beta1-build2945 4 04/25/2026
2.0.0 4 04/24/2026
2.0.0-rc4-build2924 4 04/25/2026
2.0.0-rc3-build2880 4 04/25/2026
2.0.0-rc2-build2857 4 04/25/2026
2.0.0-rc1-build2826 4 04/25/2026