MirKml
MirKml
@cederstrom It seems as good workaround when handleReferences isn't necessary. I will check if I can disable it. Thank you.
Yes, it requires own template or changes to original template in repo. You can prepare PR 🙂. For me, workaround with disabled references handling is sufficient.
As I know, there are more templates which are used for Typescript client generation e.g. this one is for fetch https://github.com/RicoSuter/NSwag/blob/master/src/NSwag.CodeGeneration.TypeScript/Templates/FetchClient.liquid more are in Templates directory. Templates can be overridden...
In monorepo setup, for `npm outdated` it writes this notice for every package in workspace - with `link: true` in lock file. It's very annoying and misleading. Maybe it's related...
@pranjaldaffodil as described in first message, npm registry adds this weird and misleading notice about token into 404 response and client prints it into stdout. Local only packages are also...