Skip to content

Conversation

@CyrusNajmabadi
Copy link
Member

Followup to #79985

using var _ = PooledDictionary<string, DiagnosticAnalyzer>.GetInstance(out var analyzerMap);
foreach (var analyzer in allProjectAnalyzers)
{
// In the case of multiple analyzers with the same ID, we keep the last one.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this matches logic we have elsewhere for having a host talk to OOP. I tried extracing it. but it's convoluted. will do in followup.

@CyrusNajmabadi CyrusNajmabadi closed this pull request by merging all changes into dotnet:main in 4610f5a Aug 20, 2025
@CyrusNajmabadi CyrusNajmabadi deleted the diagOop branch August 20, 2025 23:31
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Aug 20, 2025
@akhera99 akhera99 modified the milestones: Next, 18.0 P1, 18.0 P2 Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants