-
Notifications
You must be signed in to change notification settings - Fork 420
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
Use Roslyn's native .editorconfig support #1657
Comments
Is this supported yet? |
not yet |
Any timeline for implementation? It gets kind of annoying having 800 warnings that are not supposed to be there. |
no timeline, hopefully soon |
Also looking for this, I'm assuming my issues with analyzer settings not being respected are due to this. |
yes correct, when we implemented editorconfig there was no native Roslyn support yet so we had to use the VS conventions package like dotnet format did at the time |
EditorConfigDocumentOptionsProvider pulls options from Workspace.AnalyzerDocuments. Need to register this OptionsProvider with the OptionService during Workspace initialization.
The text was updated successfully, but these errors were encountered: