Steven Volckaert

Results 5 comments of Steven Volckaert

I'm having the same question. @RicoSuter is [OpenAPI 3.1.0](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md) supported by the latest [NSwag.MSBuild](https://www.nuget.org/packages/NSwag.MSBuild/) version, v13.16.0? Thank you!

I have the same issue. We're using `codeGenerators.openApiToCSharpClient.clientBaseClass` in nswag.json to specify a base class for each client. The base class contains a `BaseUrl` property. This works with all versions...

@RicoSuter I tried `NSwag.MSBuild.14.0.7` which was just released. This version produces the same issue: `BaseUrl` from a base class is not used any more. My nswag.json below; I'm using `openApiToCSharpClient`...

@valeriob According to [Host ASP.NET Core in a Windows Service][1] on Microsoft Docs, `GetCurrentDirectory()` always returns **C:\Windows\system32** for Windows Services. It does state, however, that loading the app's default settings...

Thanks for reporting this, @Soui21! Indeed, the path part `Metric\ISO.idw` is hard-coded currently. I'll look into this problem, probably during the coming weekend, and when fixed I'll create a new...