SignalRSwaggerGen 3.0.0
See the version list below for details.
dotnet add package SignalRSwaggerGen --version 3.0.0
NuGet\Install-Package SignalRSwaggerGen -Version 3.0.0
<PackageReference Include="SignalRSwaggerGen" Version="3.0.0" />
paket add SignalRSwaggerGen --version 3.0.0
#r "nuget: SignalRSwaggerGen, 3.0.0"
// Install SignalRSwaggerGen as a Cake Addin #addin nuget:?package=SignalRSwaggerGen&version=3.0.0 // Install SignalRSwaggerGen as a Cake Tool #tool nuget:?package=SignalRSwaggerGen&version=3.0.0
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. 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. |
.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. |
-
.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 | 226,067 | 6/30/2024 |
4.5.0 | 309,061 | 11/28/2023 |
4.4.0 | 269,188 | 4/8/2023 |
4.2.0 | 79,521 | 2/21/2023 |
4.1.0 | 44,881 | 1/4/2023 |
4.0.0 | 1,607 | 12/30/2022 |
3.8.0 | 9,440 | 12/27/2022 |
3.7.0 | 1,129 | 12/27/2022 |
3.6.0 | 15,477 | 12/3/2022 |
3.5.0 | 23,844 | 11/9/2022 |
3.4.0 | 130,001 | 9/12/2022 |
3.3.0 | 61,036 | 8/3/2022 |
3.2.1 | 83,230 | 5/12/2022 |
3.2.0 | 11,389 | 4/10/2022 |
3.1.0 | 7,287 | 3/15/2022 |
3.0.0 | 9,611 | 2/6/2022 |
2.5.0 | 60,908 | 10/31/2021 |
2.4.0 | 4,936 | 10/26/2021 |
2.3.0 | 21,527 | 10/4/2021 |
2.2.0 | 2,184 | 8/31/2021 |
This is a major release with essencial redesign(breaking changes to be expected):
1. Solved API naming issues(SignalRArgAttribute became SignalRParamAttribute)
2. Now SignalRSwaggerGen is enabled via a SwaggerGenOptions extension method, with the possibility to specify various options regarding Swagger doc generation
3. Added support for XML comments consumption
5. Now if auto-discover not specified for hub/method, the value is taken from options, which by default now is MethodsAndParams