Convert Microsoft.VisualStudio.ProjectSystem.Managed from PackageDownload to PackageReference #9620
Labels
Category:Quality Week
Issues that should be considered for quality week
Priority:2
Issues for the current backlog.
Product:VS.Client
Type:Engineering
product/infrastructure work/not a customer bug/feature/DCR
From https://github.com/NuGet/NuGet.Client/pull/3392/files#r428498657
Microsoft.VisualStudio.ProjectSystem
usesPackageDownload
to referenceMicrosoft.VisualStudio.ProjectSystem.Interop
directly withEmbedInteropTypes
set totrue
.https://github.com/NuGet/NuGet.Client/blob/34ceb7d3d5a70ba4b1ecf196e5902dcc9ffed05d/test/NuGet.Clients.Tests/NuGet.PackageManagement.VisualStudio.Test/NuGet.PackageManagement.VisualStudio.Test.csproj#L62-L65
NuGet/NuGet.Client#3392 copied this pattern for the .NET Project System packages, however this isn't necessary for
Microsoft.VisualStudio.ProjectSystem.Managed
andMicrosoft.VisualStudio.ProjectSystem.Managed.VS
.Converting these to
PackageReference
triggers a package downgrade error onMicrosoft.CodeAnalysis.FxCopAnalyzers
.Upgrading
Microsoft.CodeAnalysis.FxCopAnalyzers
that to3.0.0
triggers 90 new errors, many of which look like they're worth a proper review.The text was updated successfully, but these errors were encountered: