Fonlow.Testing.HttpCore 3.1.0

dotnet add package Fonlow.Testing.HttpCore --version 3.1.0
NuGet\Install-Package Fonlow.Testing.HttpCore -Version 3.1.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.HttpCore" Version="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fonlow.Testing.HttpCore --version 3.1.0
#r "nuget: Fonlow.Testing.HttpCore, 3.1.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.
// Install Fonlow.Testing.HttpCore as a Cake Addin
#addin nuget:?package=Fonlow.Testing.HttpCore&version=3.1.0

// Install Fonlow.Testing.HttpCore as a Cake Tool
#tool nuget:?package=Fonlow.Testing.HttpCore&version=3.1.0

HttpClient wrapper classes to be used in xUnit IClassFixture.

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 net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
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.HttpCore:

Package Downloads
Fonlow.Testing.ServiceCore

Setup and teardown of service resources in unit testing and integration testing.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.0 120 3/30/2024
3.0.2 422 1/26/2023
3.0.1 292 1/26/2023
3.0.0 277 1/26/2023
2.2.1 459 3/15/2022
2.2.0 407 3/15/2022
2.1.0 406 3/10/2022
2.0.1 581 6/30/2021
2.0.0 336 6/30/2021
1.1.2 495 5/1/2020
1.1.0 467 3/20/2020
1.0.0 1,007 11/18/2019

upgraded to .NET 7. And support multiple client user credentials with class AuthHttpClients.