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
This brings parity with the built-in resource generator, which properly
converts |, :, ;, < and > to underscores in the generated member
names.
Fixes#125
This brings parity with the built-in resource generator, which properly
converts |, :, ;, < and > to underscores in the generated member
names.
Fixes#125
This brings parity with the built-in resource generator, which properly
converts |, :, ;, < and > to underscores in the generated member
names.
Fixes#125
So that "Foo:Bar" is valid and turned into "Foo_Bar".
Built-in resource generator supports the following characters, which all turn to underscores:
|
,:
,;
,>
,<
.Add more as needed, but at a minimum, those should be added for parity.
The text was updated successfully, but these errors were encountered: