dotnet / project-system

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

Bump VSSDK version #9460

Closed drewnoakes closed 1 month ago

drewnoakes commented 2 months ago

Fixes https://github.com/dotnet/project-system/issues/9424

We bump the VSSDK to 17.11. As part of this, we receive warnings to replace AsyncSemaphore with ReentrantSemaphore. This PR includes that recommended change.

Microsoft Reviewers: Open in CodeFlow
drewnoakes commented 2 months ago

I think we'll have to revert the Roslyn package bump before we can make this work.

drewnoakes commented 1 month ago

The Roslyn PR was reverted. I rebased this on main, fixed a conflict, and force-pushed an update.

I'm going to take another stab at the Roslyn changes, but want to get this in first.