Pull request
dotnet/dotnet#5283
Type of problem
Incorrect contents in the PR
Description of the issue
After a failed forward flow, we created a forward flow using --unsafe.
The results contained some duplicate code, which may point to some type of "revert" issue, or another kind of unexpected codeflow result.
The PR was obtained using darc vmr forwardflow --unsafe from razor's commit 59e5a0de3d49ed6e7db643a0f7eead85e4fa1380 to VMR's commit 4ada0784bbba9d3fdc20c82a7a397f783bbacae4
Specifically, the method TryGetRazorCodeDocumentAsync had a duplicate after the unsafe flow.