-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Area: Visual StudioIssues related to interactions with Visual Studio or project systems.Issues related to interactions with Visual Studio or project systems.
Description
This pkgdef creates binding redirects for devenv.exe.config at VS install time.
msbuild/src/Tasks/System.Resources.Extensions.pkgdef
Lines 1 to 7 in 28be76a
| [$RootKey$\RuntimeConfiguration\dependentAssembly\bindingRedirection\{1A1A9DA4-9F25-4AB8-89BF-BCEF73875CA8}] | |
| "name"="System.Resources.Extensions" | |
| "codeBase"="$BaseInstallDir$\MSBuild\Current\Bin\System.Resources.Extensions.dll" | |
| "publicKeyToken"="cc7b13ffcd2ddd51" | |
| "culture"="neutral" | |
| "oldVersion"="0.0.0.0-10.0.0.1" | |
| "newVersion"="10.0.0.1" |
However, those binding redirects are also defined in the VS repo--see e.g. internal commit https://dev.azure.com/devdiv/DevDiv/_git/VS/commit/0bd1d72bf32b287c87e75164d164ce8195a9fabc.
We might be able to drop the pkgdef and just do it in VS.
Metadata
Metadata
Assignees
Labels
Area: Visual StudioIssues related to interactions with Visual Studio or project systems.Issues related to interactions with Visual Studio or project systems.