-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IDE changes for analyzer loading #69470
Conversation
For dotnet#69406 I updated several places where the IDE created analyzers. Even though I specifically called out the PR to the IDE team, I forgot I'd changed their code and merged once I had two compiler sign offs. This PR is commenting the parts of the IDE I changed in the PR so I can get actual sign off on these changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I admit I'm not sure which GitHub radio button to choose because:
- I believe your code is correct, but...
- Please don't merge this PR with these comments. 😄
So I sign off, but without pressing the signoff button.
src/Tools/ExternalAccess/OmniSharp/Analyzers/OmnisharpAnalyzerLoaderFactory.cs
Outdated
Show resolved
Hide resolved
src/Workspaces/Core/Portable/Diagnostics/DefaultAnalyzerAssemblyLoaderService.cs
Outdated
Show resolved
Hide resolved
src/Workspaces/Remote/ServiceHub/Host/RemoteAnalyzerAssemblyLoader.cs
Outdated
Show resolved
Hide resolved
@RikkiGibson, @cston, @jjonescz PTAL. Small changes from previous PR based on IDE feedback. The diff isn't rendering the best. Suggest looking at the current state of the file. It's a fairly simple change, just diff isn't rendering well. |
For #69406 I updated several places where the IDE created analyzers. Even though I specifically called out the PR to the IDE team, I forgot I'd changed their code and merged once I had two compiler sign offs. This PR is commenting the parts of the IDE I changed in the PR so I can get actual sign off on these changes.