Forum Discussion

junyan2000's avatar
junyan2000
New Contributor
4 years ago

How NOT to use Dictionary in generated C# class

When I choose csharp-dotnet2 to generate C# classes on https://editor.swagger.io/, Dictionary is used as type in the resulting class (see example below). Is there a way to not use Dictionary? I nee...