zijianhuang / openapiclientgen

Generate strongly typed C# and TypeScript client codes from Open API / Swagger definitions supporting jQuery, Angular, AXIOS, Fetch API, Aurelia and Angular Strictly Typed Forms
MIT License
64 stars 13 forks source link

microsoft.graph apparently has circular references of types #18

Closed zijianhuang closed 4 years ago

zijianhuang commented 4 years ago

need to have a list for types to be added into namespace. When cascading looking up types to add, once the current type exists in the list, stop the cascading lookup.

zijianhuang commented 4 years ago

resolved the circular reference problem.