Skip to content

Conversation

@CyrusNajmabadi
Copy link
Member

No description provided.

@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner April 28, 2025 19:41
@ghost ghost added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Apr 28, 2025
@CyrusNajmabadi CyrusNajmabadi merged commit 3be97e6 into dotnet:main Apr 28, 2025
24 of 25 checks passed
@CyrusNajmabadi CyrusNajmabadi deleted the analyzerCleanup branch April 28, 2025 21:05
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Apr 28, 2025
CyrusNajmabadi added a commit that referenced this pull request Apr 28, 2025
Followup to #78356.

Needed so we can access IDiagAnalyzerService in OOP. Currently one
cannot as it attempts to access the Workspace of a document passed into
it. We block WOrkspace access like for safety/clarity concerns (we don't
want a stateless OOP api call to have access to the mutable workspace
API).

This also cleans up some ugly initialization code IDiagAnalyzerService
had.
CyrusNajmabadi added a commit to CyrusNajmabadi/roslyn that referenced this pull request May 7, 2025
Followup to dotnet#78356.

Needed so we can access IDiagAnalyzerService in OOP. Currently one
cannot as it attempts to access the Workspace of a document passed into
it. We block WOrkspace access like for safety/clarity concerns (we don't
want a stateless OOP api call to have access to the mutable workspace
API).

This also cleans up some ugly initialization code IDiagAnalyzerService
had.
@RikkiGibson RikkiGibson modified the milestones: Next, 18.0 P1 Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead VSCode

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants