cvent / deprecated-json-schema-2-poco

Converts JSON schemas to C# POCOs
18 stars 27 forks source link

Circular references do not work #1

Open sbl03 opened 10 years ago

sbl03 commented 10 years ago

Example: schema1 has a $ref to schema2, and schema2 has a $ref to schema1.

Cause: ResolveSchemas in Program.cs resolves references by scanning through the file for .json and recursively calls itself.