Skip to content
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

Enable concurrent execution for every analyzer #103

Closed
tpodolak opened this issue May 6, 2019 · 0 comments · Fixed by #104
Closed

Enable concurrent execution for every analyzer #103

tpodolak opened this issue May 6, 2019 · 0 comments · Fixed by #104
Labels
enhancement New feature or request
Milestone

Comments

@tpodolak
Copy link
Member

tpodolak commented May 6, 2019

Analyzers can be configured so as they allow concurrent execution of certain actions. As this, in general, increases performance this flag should be enabled by default
See Microsoft.CodeAnalysis.Diagnostics.EnableConcurrentExecution documentation for more info

@tpodolak tpodolak added the enhancement New feature or request label May 6, 2019
@tpodolak tpodolak added this to the 1.0.10 milestone May 6, 2019
tpodolak added a commit that referenced this issue May 7, 2019
…cution

EnableConcurrentExecution flag true by default for all analyzers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant