Double-write not detected when two Cscs write to the same output .dll simultaneously
Opened this issue · 1 comments
KirillOsenkov commented
dotnet/source-build#4390 (comment)
dotnet/source-build#4390 (comment)
Two Cscs writing to the same output is not detected as a double-write because the source file is considered the same assembly. The "source" should be ephemeral - it's immaterial where these writes come from as long as the destination is the same.
JanKrivanek commented
FYI @ladipro