dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.96k stars 4.03k forks source link

Generate binding redirects automatically #15811

Open tmat opened 7 years ago

tmat commented 7 years ago

build/Defaults/Desktop/app.config and build/Defaults/Portable/app.config lists binding redirects explicitly. It would be less error prone to generate them automatically. However, the binding redirect generation has issues with generating redirects for portable libraries (e.g. it generates redirect for System.Runtime which it shouldn't). We need to investigate and fix these issues.

jcouv commented 6 years ago

@tmat It seems this was recently fixed. Can you verify and close?