Akka.Streams.SignalR 1.5.40

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

SignalR ASP.Net Core connector for Akka.NET Streams

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.5.40 150 4/18/2025
1.5.37 120 1/23/2025
1.5.33 128 12/26/2024
1.5.28 137 9/9/2024
1.5.18 154 3/29/2024
1.5.15 197 1/11/2024
1.5.8 269 6/30/2023
1.5.7 228 5/31/2023
1.5.0.1 432 3/7/2023
1.5.0 290 3/3/2023
1.4.49 281 3/3/2023
1.0.1-beta4 510 10/21/2022
1.0.1-beta3 188 10/21/2022
1.0.1-beta2 208 7/25/2022
1.0.1-beta1 208 6/8/2022
1.0.0-beta9 227 3/17/2022
1.0.0-beta8 241 12/21/2021
1.0.0-beta7 235 12/14/2021
1.0.0-beta6 282 9/1/2021
1.0.0-beta5 346 6/29/2021
1.0.0-beta4 314 3/17/2021
1.0.0-beta3 383 12/18/2020
1.0.0-beta2 414 11/6/2020
1.0.0-beta1 398 8/21/2020
0.1.0 1,774 11/1/2017

* Bumped to [Akka.NET v1.5.40](https://github.com/akkadotnet/akka.net/releases/tag/1.5.40)
* Resolved: [Akka.Streams.Azure.EventHubs: Source no longer emits empty event](https://github.com/akkadotnet/Alpakka/issues/1979)
* Akka.Streams.SignalR: migrated away from [`Microsoft.AspNetCore.App`](Microsoft.AspNetCore.App), which was for `netcoreapp3.1` and earlier, to [`Microsoft.AspNetCore.SignalR`](Microsoft.AspNetCore.SignalR), which supports all newer versions of ASP.NET Core and SignalR.