Nswagger尝试通过控制台生成时抛出“未找到dll”错误

时间:2020-08-17 13:54:09

标签: c# swagger openapi nswag

Nswagstudio工作正常,但是当我尝试使用以下命令生成openapi时:

System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\src\CT\CT.DistanceCalculator\source\CT.DistanceCalculator\CT.DistanceCalculator' or one of its dependencies. The system cannot find the file specified.
File name: 'file:///C:\src\CT\CT.DistanceCalculator\source\CT.DistanceCalculator\CT.DistanceCalculator'

我有一个错误:

dotnet publish --self-contained --runtime win-x64 .\source\CT.DistanceCalculator\CT.DistanceCalculator.csproj

然后我尝试使用以下命令发布程序集:

System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.AspNetCore.Mvc.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.AspNetCore.Mvc.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'

然后我遇到了这样的错误:

T* erase(T *const i);

如何解决此问题?

谢谢。

0 个答案:

没有答案