MicroCloud.Swagger 8.0.1.7

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

// Install MicroCloud.Swagger as a Cake Tool
#tool nuget:?package=MicroCloud.Swagger&version=8.0.1.7

MicroCloud Swagger API 文档生成组件

说明

集成 Swagger API 文档生成组件,方便前后端分离的开发模式中前后端开发人员的数据接口对接工作。基于Swagger的工作原理,API的输入输出都需使用强类型的数据类型,Swagger才能发挥更好的作用,而MicroCloud框架通过AutoMapperProjectTo对业务实体到输出DTOIOutputDto提供了自动映射功能,能有效减轻后端开发中数据对象属性映射的工作量。

用法

可按照如下配置方式使用:

  1. 通过nuget引用 MicroCloud.Swagger 程序集
Install-Package MicroCloud.Swagger
  1. appsettings.json 中 的 MicroCloud 节点下添加如下配置节点
{
   "Swagger": {
    "UI": "knife4j", //界面样式:knife4j、swagger(默认)。
    "IsHideSchemas": true, //隐藏架构
    "MiniProfiler": true, //启用轻量级工具分析
    // 注释文档
    "XmlPattern": "microcloud*.xml",
    //分组集合
    "Groups": [
      {
        "Name": "api", //名称
        "Title": "框架API", //标题
        "Description": "框架API", //描述
        "Url": "", //Url
        "Visible": true //是否可见
      },
      {
        "Name": "buss", //名称
        "Title": "业务API", //标题
        "Description": "业务API", //描述
        "Url": "/swagger/buss/swagger.json", //Url
        "Visible": false //是否可见
      }
    ],
    "Enabled": true //是否启用
  }
}
  1. 要禁用Swagger,可以设置Enabled: false
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.

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
8.0.2.1 58 6/7/2024
8.0.1.9 69 6/6/2024
8.0.1.8 50 6/6/2024
8.0.1.7 77 5/15/2024
8.0.1.6 58 5/15/2024
8.0.1.5 81 5/15/2024
8.0.1.4 72 5/14/2024
8.0.1.3 75 5/10/2024
8.0.1.2 100 5/8/2024
8.0.1.1 84 5/7/2024
8.0.0.9 83 5/1/2024
8.0.0.8 80 5/1/2024
8.0.0.7 83 4/30/2024
8.0.0.5 82 4/19/2024
8.0.0.4 77 4/18/2024
8.0.0.3 90 4/15/2024
8.0.0.2 93 4/12/2024
8.0.0.1 90 4/12/2024
7.2.0.8 89 4/12/2024
7.2.0.7 82 4/12/2024
7.2.0.6 83 4/12/2024
7.2.0.5 89 4/12/2024
7.2.0.4 98 4/11/2024
7.2.0.2 107 4/7/2024
7.2.0.1 271 10/26/2023
7.1.2.9 107 11/7/2023
7.1.2.8 121 10/19/2023
7.1.2.7 123 10/19/2023
7.1.2.6 112 10/18/2023
7.1.2.4 131 9/13/2023
7.1.2.3 107 9/13/2023
7.1.2.2 103 9/12/2023
7.1.2.1 115 9/4/2023
7.1.1.9 136 8/31/2023
7.1.1.6 122 8/29/2023
7.1.1.5 113 8/25/2023
7.1.1.4 125 8/25/2023
7.1.1.3 127 8/25/2023
7.1.1.2 131 8/24/2023
7.1.1.1 124 8/24/2023
7.0.3.1 127 8/24/2023
7.0.2.7 119 5/12/2023
7.0.2.6 139 5/11/2023
7.0.1.7 123 5/9/2023
7.0.1.6 122 5/9/2023
7.0.1.4 149 4/24/2023
7.0.1.3 162 4/19/2023
7.0.1.2 161 4/19/2023
7.0.0.9 155 4/18/2023
7.0.0.8 180 4/17/2023
7.0.0.7 155 4/12/2023
7.0.0.6 172 4/8/2023
7.0.0.5 164 4/7/2023
7.0.0.4 174 4/7/2023
7.0.0.3 173 4/7/2023