SignalRSwaggerGen 2.2.0

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

// Install SignalRSwaggerGen as a Cake Tool
#tool nuget:?package=SignalRSwaggerGen&version=2.2.0

This package can be used to generate Swagger documentation for SignalR hubs.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on SignalRSwaggerGen:

Package Downloads
AC.Micro.Common

Package Description

Tubumu.Meeting.Server

Package Description

AC.Micro.Common7

Package Description

Gogolin.CrmChat.Server

適合客服流程的聊天服務器

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on SignalRSwaggerGen:

Repository Stars
PlexRipper/PlexRipper
The best cross-platform Plex media downloader there is! In active development and feedback is very welcome!
Version Downloads Last updated
4.5.0 64,580 11/28/2023
4.4.0 187,616 4/8/2023
4.2.0 56,992 2/21/2023
4.1.0 37,912 1/4/2023
4.0.0 1,409 12/30/2022
3.8.0 8,110 12/27/2022
3.7.0 1,020 12/27/2022
3.6.0 13,004 12/3/2022
3.5.0 16,534 11/9/2022
3.4.0 104,505 9/12/2022
3.3.0 50,947 8/3/2022
3.2.1 78,315 5/12/2022
3.2.0 10,631 4/10/2022
3.1.0 6,414 3/15/2022
3.0.0 8,345 2/6/2022
2.5.0 48,733 10/31/2021
2.4.0 4,135 10/26/2021
2.3.0 18,503 10/4/2021
2.2.0 2,062 8/31/2021

1. Added partial support for method overloading. Now it's possible to have in the same hub method with same name, but different number of parameters. The parameter types are not taken into account, since even SignalR does not support full method overloading.