Skip to content

Conversation

@drewnoakes
Copy link
Member

@drewnoakes drewnoakes commented Jun 24, 2025

Fixes #9676

Bump a lot of packages. This brings in a newer compiler and newer analysers, which in turn require fixing up a bunch of diagnostics.

Then use the newer versions of the Roslyn APIs added for us in dotnet/roslyn#78972

Recommend reviewing commit-by-commit. Some of the wide-sweeping changes were automated codefixes and don't require as much scrutiny.

Microsoft Reviewers: Open in CodeFlow

@drewnoakes drewnoakes requested a review from a team as a code owner June 24, 2025 13:05
@drewnoakes drewnoakes added the Feature-Language-Service Populating the Roslyn workspace with references, source files, analyzers, etc label Jun 24, 2025
@drewnoakes
Copy link
Member Author

Seems there's a build error due to a problem with package availability.

@adamint
Copy link
Member

adamint commented Jun 24, 2025

@drewnoakes do we wait until the package is available?

@drewnoakes
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@drewnoakes
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@drewnoakes
Copy link
Member Author

@drewnoakes do we wait until the package is available?

@adamint just had to add some packages to the feed. Build is passing and this is now ready for review.

@adamint adamint merged commit 881800c into dotnet:main Jun 25, 2025
5 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the 17.15 milestone Jun 25, 2025
@drewnoakes drewnoakes deleted the use-newer-roslyn-api branch June 26, 2025 01:27
jasonmalinowski added a commit to jasonmalinowski/roslyn that referenced this pull request Jul 24, 2025
We offered a replacement API for them to call; this was consumed in
dotnet/project-system#9689 so we can delete
this now.
jasonmalinowski added a commit to dotnet/roslyn that referenced this pull request Jul 24, 2025
We offered a replacement API for them to call; this was consumed in
dotnet/project-system#9689 so we can delete this
now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature-Language-Service Populating the Roslyn workspace with references, source files, analyzers, etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consume updated Roslyn API

2 participants