NetPro.Swagger
6.0.3
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 NetPro.Swagger --version 6.0.3
NuGet\Install-Package NetPro.Swagger -Version 6.0.3
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="NetPro.Swagger" Version="6.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetPro.Swagger --version 6.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NetPro.Swagger, 6.0.3"
#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 NetPro.Swagger as a Cake Addin #addin nuget:?package=NetPro.Swagger&version=6.0.3 // Install NetPro.Swagger as a Cake Tool #tool nuget:?package=NetPro.Swagger&version=6.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Swagger使用
对swagger的封装,包含认证,默认头,默认公共query参数,文件上传
使用
appsetting.json
"SwaggerOption": {
"Enabled": true,
"RoutePrefix": "swagger",
"MaxDisplayedTags":"100"//最多显示几个Controller,不写默认100
"ServerPrefix": "lu/", //json endpoint,用于反向代理场景使用
"OAuth2":{
"Server":"www.baidu.com",//开启Oauth2功能
"Scopes": [
{
"Key": "d",
"Value": "b"
}
]
}
"Description": "this is swagger for netcore",
"Title": "Demo swagger",
"Version": "first version",
"TermsOfService": "netcore.com",
"Contact": {
"Email": "swagger@netcore.com",
"Name": "swagger",
"Url": "swagger@netcore.com"
},
"License": {
"Name": "",
"Url": ""
},
"Headers": [ //swagger默认头参数
{
"Name": "User",
"Description": "用户"
}
],
"Query": [ //swagger默认url公共参数
{
"Name": "sign",
"Description": "签名"
},
{
"Name": "timestamp",
"Description": "客户端时间戳"
}
]
}
启用服务
public void ConfigureServices(IServiceCollection services,IConfiguration configuration)
{
services.AddNetProSwagger(configuration);
}
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
app.UseNetProSwagger();
}
注意
webapi项目中不能包含Web相关组件,例如 Microsoft.VisualStudio.Web.CodeGeneration.Design 否则会导致swagger异常
Product | Versions 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Microsoft.Extensions.PlatformAbstractions (>= 1.1.0)
- NetPro.Startup (>= 6.0.3)
- Swashbuckle.AspNetCore (>= 6.2.3)
- Swashbuckle.AspNetCore.Filters (>= 7.0.2)
- Swashbuckle.AspNetCore.Newtonsoft (>= 6.2.3)
- Swashbuckle.AspNetCore.ReDoc (>= 6.2.3)
- Swashbuckle.AspNetCore.Swagger (>= 6.2.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on NetPro.Swagger:
Repository | Stars |
---|---|
LeonKou/NetPro
🌈An enhanced version with clean architecture of asp.netcore,efficiently manage startup,Support for netcore3.1/6.0
|
Version | Downloads | Last updated |
---|---|---|
6.0.16 | 304 | 7/24/2023 |
6.0.15 | 811 | 7/19/2022 |
6.0.14 | 564 | 7/10/2022 |
6.0.13 | 583 | 6/15/2022 |
6.0.12 | 500 | 6/15/2022 |
6.0.11 | 494 | 6/15/2022 |
6.0.10 | 533 | 6/11/2022 |
6.0.9 | 534 | 6/8/2022 |
6.0.8 | 597 | 5/26/2022 |
6.0.8-beta.3 | 150 | 5/24/2022 |
6.0.8-beta.2 | 113 | 5/24/2022 |
6.0.7 | 552 | 5/18/2022 |
6.0.6 | 565 | 4/28/2022 |
6.0.5 | 580 | 3/30/2022 |
6.0.5-beta.20 | 122 | 4/27/2022 |
6.0.5-beta.19 | 121 | 4/25/2022 |
6.0.5-beta.18 | 123 | 4/22/2022 |
6.0.5-beta.17 | 145 | 4/16/2022 |
6.0.5-beta.16 | 198 | 4/8/2022 |
6.0.5-beta.15 | 124 | 4/8/2022 |
6.0.5-beta.14 | 140 | 4/7/2022 |
6.0.5-beta.13 | 132 | 4/7/2022 |
6.0.5-beta.12 | 127 | 4/6/2022 |
6.0.5-beta.11 | 157 | 4/6/2022 |
6.0.5-beta.10 | 143 | 3/31/2022 |
6.0.5-beta.9 | 144 | 3/26/2022 |
6.0.5-beta.8 | 151 | 3/22/2022 |
6.0.5-beta.7 | 130 | 3/21/2022 |
6.0.5-beta.6 | 142 | 3/14/2022 |
6.0.5-beta.5 | 147 | 3/2/2022 |
6.0.5-beta.4 | 147 | 2/22/2022 |
6.0.5-beta.3 | 135 | 2/18/2022 |
6.0.5-beta.2 | 129 | 2/18/2022 |
6.0.5-beta.1 | 143 | 2/16/2022 |
6.0.4 | 722 | 2/10/2022 |
6.0.3 | 489 | 2/9/2022 |
6.0.3-beta.9 | 124 | 2/10/2022 |
6.0.3-beta.7 | 139 | 1/27/2022 |
6.0.3-beta.6 | 135 | 1/19/2022 |
6.0.3-beta.5 | 134 | 1/17/2022 |
6.0.3-beta.4 | 147 | 1/16/2022 |
6.0.3-beta.3 | 141 | 1/14/2022 |
6.0.3-beta.2 | 136 | 1/13/2022 |
6.0.3-beta.1 | 174 | 1/11/2022 |
6.0.2 | 344 | 1/6/2022 |
6.0.1 | 1,015 | 12/3/2021 |
3.1.11 | 513 | 11/17/2021 |
3.1.10 | 1,180 | 7/29/2021 |
3.1.9 | 1,129 | 7/1/2021 |
3.1.8 | 1,081 | 12/15/2020 |
3.1.6 | 2,216 | 9/16/2020 |
3.1.5 | 1,160 | 9/8/2020 |