dotnet / project-system

The .NET Project System for Visual Studio
MIT License
959 stars 386 forks source link

Upgrade packages #9429

Closed drewnoakes closed 3 months ago

drewnoakes commented 3 months ago

Parallel work is attempting to bump Roslyn packages, but hitting failures. Here we make a few upgrades in an attempt to isolate the cause of those issues.


Bump some package versions.

Also, the particular version of the Microsoft.CodeAnalysis package we reference includes both net6.0 and net7.0 versions. Here we bump the one we reference, so that we're using the latest version available.

Microsoft Reviewers: Open in CodeFlow
drewnoakes commented 3 months ago

FYI @ToddGrun

adamint commented 3 months ago

@drewnoakes I am also receiving errors on a parallel branch after upgrading other VS packages

drewnoakes commented 3 months ago

@ToddGrun wants to use a new Roslyn API but is seeing unit test failures, presumably due to package updates. I've pulled some of those changes out into this PR, to help focus the issue.

@adamint were you upgrading the same packages?