microsoft/dotnet-apiport

DGMLOutputWriter merges more than one requests' output together

Lxiamail opened this issue · 0 comments

DGMLOutputWriter.dgml is readonly instance, which only created at by DGMLOutputWriter constructor. However, DGMLOutputWriter instance is shared across requests. This results with DGML output merged more than one requests' output together unexpectedly.