Replies: 1 comment
-
In nswag config file to use provided variables you need to use msbuild-like placeholders ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following in my project file:
Any my configuration file looks as follows:
My documentUrl placeholder is never replaced with the variable. nswag is aware of my variable as I can see in my console:
So why is it not being replaced? If I use environment variables it works but even if I try and run this directly in a terminal it does not get replaced:
Can anyone please advise what I am doing wrong?
The target framework for my project is net7.0.
Beta Was this translation helpful? Give feedback.
All reactions