Fonlow.Testing.ServiceCore 3.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Fonlow.Testing.ServiceCore --version 3.5.0
                    
NuGet\Install-Package Fonlow.Testing.ServiceCore -Version 3.5.0
                    
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="Fonlow.Testing.ServiceCore" Version="3.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fonlow.Testing.ServiceCore" Version="3.5.0" />
                    
Directory.Packages.props
<PackageReference Include="Fonlow.Testing.ServiceCore" />
                    
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 Fonlow.Testing.ServiceCore --version 3.5.0
                    
#r "nuget: Fonlow.Testing.ServiceCore, 3.5.0"
                    
#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 Fonlow.Testing.ServiceCore@3.5.0
                    
#: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=Fonlow.Testing.ServiceCore&version=3.5.0
                    
Install as a Cake Addin
#tool nuget:?package=Fonlow.Testing.ServiceCore&version=3.5.0
                    
Install as a Cake Tool

Classes for launching IIS Express and DotNet Kestrel, to be used in xUnit ICollectionFixture.

Remarks:

  • DD NOT use the claases with auth features in a production program, since these classes are for the convenience of integration testing.
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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 (1)

Showing the top 1 NuGet packages that depend on Fonlow.Testing.ServiceCore:

Package Downloads
Fonlow.Testing.Integration

Utilities and fixtures for integration testing with xUnit

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.9.4 409 4/22/2025
3.9.3 340 4/22/2025
3.9.2 322 4/22/2025
3.9.1 314 1/22/2025
3.9.0 263 11/21/2024
3.8.0 456 7/1/2024
3.8.0-Alpha2 200 6/29/2024
3.8.0-Alpha 203 6/29/2024
3.7.0 287 6/27/2024
3.7.0-Alpha2 183 6/26/2024
3.7.0-Alpha 204 6/25/2024
3.6.4-Beta4 182 6/25/2024
3.6.4-Beta3 224 6/25/2024
3.6.2 319 6/17/2024
3.6.1 244 6/16/2024
3.6.0 253 6/16/2024
3.5.0 718 6/8/2024
3.4.1 597 6/1/2024
3.4.0 234 6/1/2024
3.3.0 299 5/16/2024
Loading failed

upgraded to .NET 8. Linux and Github Actions friendly.