Soenneker.StartupFilters.IntegrationTests 4.0.119

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.StartupFilters.IntegrationTests --version 4.0.119
                    
NuGet\Install-Package Soenneker.StartupFilters.IntegrationTests -Version 4.0.119
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.StartupFilters.IntegrationTests" Version="4.0.119" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.StartupFilters.IntegrationTests" Version="4.0.119" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.StartupFilters.IntegrationTests" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.StartupFilters.IntegrationTests --version 4.0.119
                    
#r "nuget: Soenneker.StartupFilters.IntegrationTests, 4.0.119"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.StartupFilters.IntegrationTests@4.0.119
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.StartupFilters.IntegrationTests&version=4.0.119
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.StartupFilters.IntegrationTests&version=4.0.119
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 181 8/30/2026
4.0.120 49 8/30/2026
4.0.119 196 8/30/2026
4.0.118 115 8/29/2026
4.0.117 55 8/29/2026
4.0.116 57 8/29/2026
4.0.115 1,076 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 108 7/16/2026
4.0.110 1,452 6/19/2026
4.0.109 150 6/18/2026
4.0.108 782 6/9/2026
4.0.107 666 6/5/2026
4.0.106 127 6/5/2026
4.0.104 923 5/12/2026
4.0.102 2,086 3/12/2026
4.0.101 126 3/12/2026
4.0.98 141 3/12/2026
Loading failed

Update dependency Soenneker.Middlewares.LocalIpAddress to 4.0.67 (#656)