FluentSignals.Http 2.1.5

dotnet add package FluentSignals.Http --version 2.1.5
                    
NuGet\Install-Package FluentSignals.Http -Version 2.1.5
                    
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="FluentSignals.Http" Version="2.1.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FluentSignals.Http" Version="2.1.5" />
                    
Directory.Packages.props
<PackageReference Include="FluentSignals.Http" />
                    
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 FluentSignals.Http --version 2.1.5
                    
#r "nuget: FluentSignals.Http, 2.1.5"
                    
#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 FluentSignals.Http@2.1.5
                    
#: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=FluentSignals.Http&version=2.1.5
                    
Install as a Cake Addin
#tool nuget:?package=FluentSignals.Http&version=2.1.5
                    
Install as a Cake Tool

HTTP client extensions for FluentSignals including reactive HTTP resources, typed API clients, interceptors, caching, and advanced features for building robust HTTP integrations.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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 FluentSignals.Http:

Package Downloads
FluentSignals.Blazor

Blazor integration for FluentSignals - A reactive state management library. Includes SignalBus for component communication, HTTP resource components, typed resource factories, and Blazor-specific helpers.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.5 108 7/17/2025
2.1.4 109 7/17/2025
2.1.3 116 7/15/2025
2.1.2 116 7/15/2025
2.1.1 121 7/8/2025
2.1.0 123 7/8/2025
2.0.0 121 6/29/2025

v2.1.3 - Version bump to align with FluentSignals.Blazor fixes. Previous fix: Added missing ISignal<T> interface implementations in HttpResource class.