SignalRSwaggerGen 2.2.0
There is a newer version of this package available.
See the version list below for details.
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This package can be used to generate Swagger documentation for SignalR hubs.
Product | Versions 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.
-
.NETStandard 2.1
- Swashbuckle.AspNetCore.SwaggerGen (>= 6.1.4)
NuGet packages (5)
Showing the top 5 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
適合客服流程的聊天服務器 |
|
Z.Micro.Common
Common config for micro services |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.7.0 | 125,335 | 6/30/2024 |
4.5.0 | 264,533 | 11/28/2023 |
4.4.0 | 260,982 | 4/8/2023 |
4.2.0 | 69,935 | 2/21/2023 |
4.1.0 | 43,691 | 1/4/2023 |
4.0.0 | 1,602 | 12/30/2022 |
3.8.0 | 9,237 | 12/27/2022 |
3.7.0 | 1,124 | 12/27/2022 |
3.6.0 | 14,875 | 12/3/2022 |
3.5.0 | 23,273 | 11/9/2022 |
3.4.0 | 125,014 | 9/12/2022 |
3.3.0 | 59,621 | 8/3/2022 |
3.2.1 | 82,537 | 5/12/2022 |
3.2.0 | 11,145 | 4/10/2022 |
3.1.0 | 7,185 | 3/15/2022 |
3.0.0 | 9,245 | 2/6/2022 |
2.5.0 | 58,711 | 10/31/2021 |
2.4.0 | 4,563 | 10/26/2021 |
2.3.0 | 20,769 | 10/4/2021 |
2.2.0 | 2,173 | 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.