RicoSuter / NJsonSchema

JSON Schema reader, generator and validator for .NET
http://NJsonSchema.org
MIT License
1.37k stars 528 forks source link

JsonSchema4.FromUrlAsync failed with collection was modified error #288

Closed zivabratz closed 7 years ago

zivabratz commented 7 years ago

I'm trying to create scheme for the following URL : JsonSchema4 schema = JsonSchema4.FromUrlAsync("http://schemas.sportradar.com/bsa/json/v1/endpoints/soccer/team_profile.json").Result i'm getting error : Collection was modified; enumeration operation may not execute. Hope you can help to find the reason for the failure.

diaconesq commented 7 years ago

I saw this today as well on some schemas. Using v.7.3.6214.20986

RicoSuter commented 7 years ago

v7.4

diaconesq commented 7 years ago

Wow, this is paid-subscription level turn-around time ! Confirmed, it works for my inputs as well.

Thank you!