Soenneker.StartupFilters.IntegrationTests
4.0.117
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.StartupFilters.IntegrationTests --version 4.0.117
NuGet\Install-Package Soenneker.StartupFilters.IntegrationTests -Version 4.0.117
<PackageReference Include="Soenneker.StartupFilters.IntegrationTests" Version="4.0.117" />
<PackageVersion Include="Soenneker.StartupFilters.IntegrationTests" Version="4.0.117" />
<PackageReference Include="Soenneker.StartupFilters.IntegrationTests" />
paket add Soenneker.StartupFilters.IntegrationTests --version 4.0.117
#r "nuget: Soenneker.StartupFilters.IntegrationTests, 4.0.117"
#:package Soenneker.StartupFilters.IntegrationTests@4.0.117
#addin nuget:?package=Soenneker.StartupFilters.IntegrationTests&version=4.0.117
#tool nuget:?package=Soenneker.StartupFilters.IntegrationTests&version=4.0.117
Soenneker.StartupFilters.IntegrationTests
A StartupFilter injecting middleware crucial to integration testing.
Install
dotnet add package Soenneker.StartupFilters.IntegrationTests
Quick start
using Soenneker.StartupFilters.IntegrationTests.Registrars;
using Microsoft.Extensions.DependencyInjection;
var services = new ServiceCollection();
var result = services.AddIntegrationTestsStartupFilterAsSingleton();
Adds IntegrationTestsStartupFilter as a singleton service.
What you get
IIntegrationTestsStartupFilter— A StartupFilter injecting middleware crucial to integration testing.IntegrationTestRegistrar— A StartupFilter injecting middleware crucial to integration testing.
API at a glance
| API | What it does | Result / important behavior |
|---|---|---|
IntegrationTestRegistrar.AddIntegrationTestsStartupFilterAsSingleton(services) |
Adds IntegrationTestsStartupFilter as a singleton service. |
The same service collection, so additional registrations can be chained. |
IntegrationTestRegistrar.AddIntegrationTestsStartupFilterAsScoped(services) |
Adds IntegrationTestsStartupFilter as a scoped service. |
The same service collection, so additional registrations can be chained. |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.AspNetCore.Hosting.Abstractions (>= 2.3.12)
- Soenneker.Middlewares.LocalIpAddress (>= 4.0.64)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Soenneker.StartupFilters.IntegrationTests:
| Package | Downloads |
|---|---|
|
Soenneker.Fixtures.Integration
Provides a reusable and generic integration test xunit fixture that dynamically registers and configures WebApplicationFactory instances for multiple ASP.NET Core projects with support for custom app settings, authentication, logging, and test utilities. |
|
|
Soenneker.TestHosts.Integration
Provides a reusable and generic integration test host that dynamically registers and configures WebApplicationFactory instances for multiple ASP.NET Core projects with support for custom app settings, authentication, logging, and test utilities. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.121 | 266 | 8/30/2026 |
| 4.0.120 | 68 | 8/30/2026 |
| 4.0.119 | 239 | 8/30/2026 |
| 4.0.118 | 149 | 8/29/2026 |
| 4.0.117 | 75 | 8/29/2026 |
| 4.0.116 | 77 | 8/29/2026 |
| 4.0.115 | 1,099 | 8/11/2026 |
| 4.0.114 | 740 | 7/28/2026 |
| 4.0.113 | 184 | 7/27/2026 |
| 4.0.112 | 835 | 7/16/2026 |
| 4.0.111 | 109 | 7/16/2026 |
| 4.0.110 | 1,452 | 6/19/2026 |
| 4.0.109 | 152 | 6/18/2026 |
| 4.0.108 | 782 | 6/9/2026 |
| 4.0.107 | 668 | 6/5/2026 |
| 4.0.106 | 128 | 6/5/2026 |
| 4.0.104 | 924 | 5/12/2026 |
| 4.0.102 | 2,086 | 3/12/2026 |
| 4.0.101 | 126 | 3/12/2026 |
| 4.0.98 | 143 | 3/12/2026 |
Improve README usability and API guidance