digitaltwinconsortium / DTDLParser

Digital Twin Definition Language parser for .NET
MIT License
14 stars 8 forks source link

Parsing on multiple threads can lead to InvalidOperationException exceptions #87

Closed thelazydogsback closed 1 year ago

thelazydogsback commented 1 year ago

In addition to production code, this can be reproduced when running unit-tests that use the model parser from the Visual Studio unit-test runner, which will execute the tests on multiple threads by default.

image

Related to #86