Sakura.AspNetCore.SignalR.HubProxyGenerators 2.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Sakura.AspNetCore.SignalR.HubProxyGenerators --version 2.0.1
NuGet\Install-Package Sakura.AspNetCore.SignalR.HubProxyGenerators -Version 2.0.1
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="Sakura.AspNetCore.SignalR.HubProxyGenerators" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sakura.AspNetCore.SignalR.HubProxyGenerators --version 2.0.1
#r "nuget: Sakura.AspNetCore.SignalR.HubProxyGenerators, 2.0.1"
#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 Sakura.AspNetCore.SignalR.HubProxyGenerators as a Cake Addin
#addin nuget:?package=Sakura.AspNetCore.SignalR.HubProxyGenerators&version=2.0.1

// Install Sakura.AspNetCore.SignalR.HubProxyGenerators as a Cake Tool
#tool nuget:?package=Sakura.AspNetCore.SignalR.HubProxyGenerators&version=2.0.1

Sakura.AspNetCore.SignalR.HubProxyGenerators

This package is a C# Source generator package for SignalR Strong-Typed Hub Proxy Generation.

For more details, please see ASP.NET Core SignalR Strong-Typed Hub Proxy Generator page.

There are no supported framework assets in this 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
2.0.2 197 4/20/2023
2.0.1 167 4/17/2023
2.0.0 167 4/14/2023
1.0.0 370 1/8/2021

Fixed the type look-up problem for generic and array types.