You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating a plugin in a folder with a hyphen, for example, the root namespace should be normalised to a valid C# namespace name and should not contain the invalid characters.
I imagine title casing, removing all symbols/whitespace (not underscore) and exposing this as a new template variable would suffice quite nicely:
my-plugin -> MyPlugin
My amazing plugin -> MyAmazingPlugin
The text was updated successfully, but these errors were encountered:
When generating a plugin in a folder with a hyphen, for example, the root namespace should be normalised to a valid C# namespace name and should not contain the invalid characters.
I imagine title casing, removing all symbols/whitespace (not underscore) and exposing this as a new template variable would suffice quite nicely:
The text was updated successfully, but these errors were encountered: