-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge VS 2022 changes to GitHub (#1152)
* Merged PR 313583: Use d17 Managed Interop This PR updates the Shell packages for Projects that reference VS assemblies. The ones that are use for VS Code are unchanged. * Merged PR 314109: Fix NuGet Restore task Fix NuGet Restore task * Merged PR 319411: Update dev17 interop packages Update dev17 interop packages * Merged PR 320586: Remove MS.VS.* packages for OpenDebugAD7 VS Remove MS.VS.* packages for OpenDebugAD7 VS Move obtaining binaries into src/SetupPackages/VC/IDE/MDD/core/files.swr instead of publishing them into the nuget package. * Merged PR 324911: Update DebuggerInterop and DebuggerEngine pkg ver Update DebuggerInterop and DebuggerEngine pkg ver - Upgrade MS.VS.Debugger.Interop from `17.0.0-preview-2-31221-277` to `17.0.0-previews-1-31307-300` - Use a d17 debugger engine `17.0.1050604-preview` - Consume self made portable PIAs - Build MakePIA for all configurations Will merge GitHub/MIEngine main in another PR. * Merged PR 325430: Publish Build Artifacts and Version for Release Publish Build Artifacts and Version for Release This enabled the release to grab the correct nuget package version for the VS Insertion * Merged PR 325870: Upgrade interop to 17.0.0-previews-1-31317-048 Upgrade interop to 17.0.0-previews-1-31317-048 With the version of MS.VS.Interop we ship with, EnvDTE.Window.get_HWND that returns an IntPtr instead of int32. This PR updates the packages to build aganist MS.VS.Interop with those changes. Test: ![image.png](https://dev.azure.com/devdiv/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_apis/git/repositories/f211b4ac-249a-4d13-87c9-62a07c124a78/pullRequests/325870/attachments/image.png) Dialog shows up now in VS 2022 * Use public feed * Update packages * Try build with net462 * Address PR issues * Return from EOF failure
- Loading branch information
1 parent
9072ed8
commit 24c2657
Showing
30 changed files
with
1,210 additions
and
1,546 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
1,279 changes: 0 additions & 1,279 deletions
1,279
IL/Microsoft.Internal.VisualStudio.Shell.Interop.14.0.DesignTime.il
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<!-- 'package_versions.settings.targets' must have been imported before importing this file. --> | ||
|
||
<ItemGroup Label="Debugger.PIAs.NonPortable.Packages.props Package References"> | ||
<PackageReference Include="Microsoft.VisualStudio.Debugger.Interop.10.0" Version="$(Microsoft_VisualStudio_Debugger_Interop_10_0_Version)" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Debugger.Interop.11.0" Version="$(Microsoft_VisualStudio_Debugger_Interop_11_0_Version)" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Debugger.Interop.12.0" Version="$(Microsoft_VisualStudio_Debugger_Interop_12_0_Version)" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Debugger.InteropA" Version="$(Microsoft_VisualStudio_Debugger_InteropA_Version)" /> | ||
|
||
<PackageReference Include="Microsoft.VisualStudio.Interop" Version="$(Microsoft_VisualStudio_Interop_Version)" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- If you add this file to a project, make sure you add a dependency to MakePIAPortable --> | ||
|
||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<!-- 'package_versions.settings.targets' must have been imported before importing this file. --> | ||
|
||
<ItemGroup Label="Debugger.PIAs.Portable.Packages.props Package References"> | ||
<Reference Include="$(MIDefaultOutputPath)\PIA\Microsoft.VisualStudio.Debugger.Interop.10.0.dll" /> | ||
<Reference Include="$(MIDefaultOutputPath)\PIA\Microsoft.VisualStudio.Debugger.Interop.11.0.dll" /> | ||
<Reference Include="$(MIDefaultOutputPath)\PIA\Microsoft.VisualStudio.Debugger.Interop.12.0.dll" /> | ||
<Reference Include="$(MIDefaultOutputPath)\PIA\Microsoft.VisualStudio.Debugger.InteropA.dll" /> | ||
<Reference Include="$(MIDefaultOutputPath)\PIA\Microsoft.VisualStudio.Interop.dll" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.