Dmitry Sboychakov

Results 4 issues of Dmitry Sboychakov

this PR fixes two issues within swagger in our project we have multiple member enums with the same name, for example: ``` class SomeObject{ public enum Type { TypeValue1, TypeValue2;...