HavenDV / H.NSwag.Generator

C# Source Generator for NSwag.
MIT License
21 stars 3 forks source link

Add GetTemplateDirectoryPath #6

Closed trejjam closed 1 year ago

trejjam commented 1 year ago

Hi, I found that loading loading templateDirectory from nswag.json is behaving "weird" in GitHub Actions. Instead of a path related to project it was searching for files in dotnet/sdk. This PR convert templateDirectory to be relative to nswag.json file (it's the same idea like loading openApi.json).