-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
tighten up AnalyzerOptions #8605
Comments
Note that 3. is not possible until we have some way for analyzers running in the IDE to get workspace options (simplify type name analyzer needs it) OR switch such analyzers to be DocumentAnalyzers that can run only in the IDE. |
@mavasani I think I heard that analyzer will support options (I mean like IDE workspace options). once that is supported, we might not need WorkspaceOptions anymore? |
@heejaechang Yes that should fix it. |
@srivatsn this item depends on the work to support analyzer options, we can then get rid of WorkspaceAnalyzerOptions and make AnalyzerOptions sealed. Should we move this issue out of 1.3? Its unlikely we will complete the above 2 items by 1.3. |
Moving this out of 2.0 to Unknown - not sure if we can even get to supporting analyzer options by 2.0 |
This is no longer relevant. WorkspaceAnalyzerOptions cannot be removed based on #64046 (comment). Hence, AnalyzerOptions cannot be sealed (it will also be a breaking change to seal a shipped public type). |
we should do what @tmat suggested.
...
I couple of concerns
Tomas
The text was updated successfully, but these errors were encountered: