Open MisinformedDNA opened 5 years ago
This
/assembly:$binFolder$projectName.dll
probably is the problem
Can you be more specific? It resolves to my main DLL, so what could be wrong with it?
Instead of /assembly:..
. you should use /project:...csproj
Getting this error when trying to generate OpenAPI spec (eventuallly to create a C# client):
And here's part of my project file:
Publish was previously done with
dotnet publish /p:CopyLocalLockFileAssemblies=true
What am I missing?