dotnet / arcade

Tools that provide common build infrastructure for multiple .NET Foundation projects.
MIT License
657 stars 331 forks source link

Implement targets that enable long paths for .exes targeting .NET Framework 4.6.2+ by default #2090

Open tmat opened 5 years ago

tmat commented 5 years ago

Roslyn and msbuild repos recently enabled long paths for the .exes they build. E.g. Roslyn PR: https://github.com/dotnet/roslyn/pull/33030

Instead of each repo implementing it on its own, all repos should get this support by default with an option to opt out.

markwilkie commented 5 years ago

Seems like goodness. Moving to post dev16 GA