Skip to content

Update MS.VS. Packages for CG Alert#1508

Merged
WardenGnaw merged 1 commit intomainfrom
dev/waan/compliance2511080
Jun 23, 2025
Merged

Update MS.VS. Packages for CG Alert#1508
WardenGnaw merged 1 commit intomainfrom
dev/waan/compliance2511080

Conversation

@WardenGnaw
Copy link
Member

This PR updates the MS.VS packages to update the underlying version of message pack. It also updates the PIA tool to handle AssemblyKeyFileAttribute and AssemblySignatureKeyAttribute

This PR also updates the PIA tool to handle AssemblyKeyFileAttribute
and AssemblySignatureKeyAttribute
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Updates the MS.VS package versions and extends the PIA tooling to recognize two new assembly attributes.

  • Added mappings for AssemblyKeyFileAttribute and AssemblySignatureKeyAttribute in the PIA converter.
  • Bumped several Microsoft.VisualStudio.* package versions in the build settings.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/tools/MakePIAPortableTool/MakePIAPortableTool.cs Add support for two new System.Reflection attributes in PIA tool
build/package_versions.settings.targets Update Microsoft.VisualStudio package versions to new releases
Comments suppressed due to low confidence (2)

src/tools/MakePIAPortableTool/MakePIAPortableTool.cs:43

  • Add a unit or integration test to verify that the PIA tool correctly recognizes and processes AssemblyKeyFileAttribute and AssemblySignatureKeyAttribute.
            { "System.Reflection.AssemblyKeyFileAttribute", System_Runtime },

src/tools/MakePIAPortableTool/MakePIAPortableTool.cs:44

  • Confirm that AssemblySignatureKeyAttribute is a valid attribute in the targeted runtime; if the actual attribute is named differently (e.g., AssemblyKeyNameAttribute), update this mapping accordingly.
            { "System.Reflection.AssemblySignatureKeyAttribute", System_Runtime },

@WardenGnaw WardenGnaw merged commit 7a8b338 into main Jun 23, 2025
6 checks passed
@WardenGnaw WardenGnaw deleted the dev/waan/compliance2511080 branch June 23, 2025 17:08
WardenGnaw added a commit that referenced this pull request Jun 24, 2025
This PR also updates the PIA tool to handle AssemblyKeyFileAttribute
and AssemblySignatureKeyAttribute
WardenGnaw added a commit that referenced this pull request Jun 24, 2025
* Docker 'Platform' returns an object instead of a string in Docker Desktop v4.42.0 (Docker 'Platform' returns an object instead of a string in Docker Desktop v4.42.0 #1505)
* Update MS.VS. Packages for CG Alert (Update MS.VS. Packages for CG Alert #1508)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants