Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small fixes #9597

Merged
merged 5 commits into from
Nov 21, 2024
Merged

Small fixes #9597

merged 5 commits into from
Nov 21, 2024

Conversation

drewnoakes
Copy link
Member

@drewnoakes drewnoakes commented Nov 21, 2024

Addresses some build warnings and other IDE warnings seen while reading through code today.

  • Remove duplicate package reference warning during builds
  • Remove redundant using directive warnings during builds
  • Remove an unused constructor parameter injected via MEF
  • Fix invalid paths in test data, due to incorrect escaping
Microsoft Reviewers: Open in CodeFlow

Probably not of any consequence, but the paths were invalid.
We were referencing `MessagePack` twice in `Microsoft.VisualStudio.ProjectSystem.Managed`.
@drewnoakes drewnoakes requested a review from a team as a code owner November 21, 2024 05:22
@@ -50,8 +50,6 @@
<ItemGroup>
<!-- Needed to break assembly conflict on StreamJsonRpc between microsoft.visualstudio.projectsystem.query and microsoft.visualstudio.languageservices -->
<PackageReference Include="Microsoft.VisualStudio.RpcContracts" />
<!-- Pin MessagePack to a patched version with security vulnerable fix -->
<PackageReference Include="MessagePack" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this have dependency somewhere? where is this in another place?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, it was added recently in the host agnostic file.

@drewnoakes drewnoakes merged commit 5bc38a4 into dotnet:main Nov 21, 2024
5 checks passed
@drewnoakes drewnoakes deleted the bits branch November 21, 2024 06:05
@dotnet-policy-service dotnet-policy-service bot added this to the 17.12 milestone Nov 21, 2024
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.

2 participants