raml-dotnet-tools icon indicating copy to clipboard operation
raml-dotnet-tools copied to clipboard

ENUM related error from generated class

Open pratikmahulkar opened this issue 4 years ago • 0 comments

Hello,

I am getting an error while compiling the generated class which contains enum property. If an enum value contains a comma (,) then generated enum value also have a comma.

For example, in RAML "Indoor games (Chess, Carrom)" then generated property in class becomes "Indoor_games__Chess,_Carrom"

pratikmahulkar avatar Jun 24 '20 11:06 pratikmahulkar