【优化】Swagger生成model类库xml,增加实体Schema下提交参数实体注释说明

This commit is contained in:
大灰灰
2023-01-02 16:49:50 +08:00
parent 1dbfc429e5
commit 8162967b74
8 changed files with 13330 additions and 27 deletions

View File

@@ -8,7 +8,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>doc.xml</DocumentationFile>
<DocumentationFile>CoreCms.Net.Web.Admin.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -623,9 +623,6 @@
</ItemGroup>
<ItemGroup>
<None Update="Doc.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Dockerfile">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>