You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, shared source causes many of the same types to be compiled into Microsoft.Build.dll and MSBuild.exe. That caused a lot of confusion here: #4916 (comment).
We should figure out if there's a strong reason not to just let MSBuild see Microsoft.Build's internals, which would allow us to remove much of the double-compilation.
The text was updated successfully, but these errors were encountered:
Today, shared source causes many of the same types to be compiled into
Microsoft.Build.dll
andMSBuild.exe
. That caused a lot of confusion here: #4916 (comment).We should figure out if there's a strong reason not to just let MSBuild see Microsoft.Build's internals, which would allow us to remove much of the double-compilation.
The text was updated successfully, but these errors were encountered: