xunit.extensibility.execution 2.3.0-rc1-build3809

Includes xunit.execution.*.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.

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.
7
xunit.core
Includes the libraries for writing unit tests with xUnit.net.
9
xunit.core
Includes the libraries for writing unit tests with xUnit.net.
24
xunit.core
Includes the libraries for writing unit tests with xUnit.net.
344
xunit.core
Includes the libraries for writing unit tests with xUnit.net.
771
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.
295
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.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.
8
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.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.
21
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.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.
10
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.
16
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.
16
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.
736

.NET Framework 4.5.2

.NET Standard 1.1

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