|
1
|
| Yahya Hussein · 技术社区 · 7 年前 |
|
|
1
5
卸载包
应该能解决这个问题。新的软件包是(还没试过)-
(更新) 新的包装很好用 |
|
2
4
|
|
|
3
4
在升级到.netcore 3.0时,这对我们很有用: 1) 安装软件包Swashbuckle.AspNetCore-版本5.0.0-rc4 2) 将代码更改为
基本上,以下是在 https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v5.0.0-rc4 |
|
|
4
1
这与版本3中的几个重大更改有关。 Here you can find more information. 要修复此问题,请尝试添加 Swashbuckle.AspNetCore.Annotations package.
对于dotnet核心:
|
|
|
5
0
要使其在更高版本和ASPNET Core中工作,您需要:
|