NSwag client causes build to fail the first time
Simplified for explanation
ProjectA (nswag generated clients)
ProjectB (depends on Project A generated clients)
Generate the clients like this
But then when it gets to ProjectB it fails because the type or namespace from the generated does not exist.
If I build again it works fine.
If I manually build A then B its fine.
ProjectA (nswag generated clients)
ProjectB (depends on Project A generated clients)
Generate the clients like this
But then when it gets to ProjectB it fails because the type or namespace from the generated does not exist.
If I build again it works fine.
If I manually build A then B its fine.