Closed TheDevKnight closed 3 months ago
Any update on this? Also interested in a solution
I'd also like to see a solution to this.
This issue is stale because it has been open for 60 days with no activity. It will be automatically closed in 14 days if no further updates are made.
Please provide a minimal reproducible example as a GitHub repository that demonstrates the issue you're experiencing so we can look into this further.
This issue is stale because it has been open for 60 days with no activity. It will be automatically closed in 14 days if no further updates are made.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Hi,
i build my webapi project for win10-x64/linux-x64/osx-x64/osx.11.0-arm64 with
after that i try to generate the swagger file with
The problem is that the tofile call works only in win10-x64
On all other plattforms the result of the call is these message
The missing runtimeconfig.json exists and has this content
I also found a file with the name libhostpolicy.so in the target folder.
Is it not possible to call the toFile on a selft contained app other then win10-x64?
Regards Henry