StevenThuriot/dotnet-openapi-generator

Tag name to class name, strip/replace spaces / invalid class name characters

Closed this issue · 1 comments

When having a space in the tag name eg:

"/some-url": {
      "post": {
        "tags": [
          "Test Service"
        ],

Then the class that's being generated also is class Test Service.

Should be fixed in commit dea5b2a ( Preview.12 )