Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not create request builder classes in parallel
This causes quite severe corruption of the CodeModel. Many threads concurrently start creating the same models and start adding properties. The result is undefined for larger models and will be different on every run. This probably fixes (or at least improves the situation for) microsoft#2442.
- Loading branch information