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);
如何解决此问题?
谢谢。