quicktype icon indicating copy to clipboard operation
quicktype copied to clipboard

Generic properties in C# sample

Open marekott opened this issue 3 years ago • 0 comments

Hello, is there a way to generate C# sample with generic property which type won't be escaped? Please find below an example: image

As you can see <> were removed from type definition despite being a valid class name. Similar issue will occur when type is described by full name (with namespace). Valid dots separating words in namespace will be removed. Is there any setting that allows for disabling escaping those characters?

marekott avatar Jun 27 '22 12:06 marekott