-
Notifications
You must be signed in to change notification settings - Fork 154
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
Update analyzers support #1217
Update analyzers support #1217
Conversation
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.
LGTM, but have you seen the Ubuntu format error? It's been happening somewhat frequently but I haven't been able to figure out how to reproduce it.
Thanks for the review. |
This updates the analyzers support to the latest SDK.
We have two analyzer collections ready to use:
Some analyzers come with fixes. See videos below.
Users can filter with the new settings
FSharp.excludeAnalyzers
xorFSharp.includeAnalyzers
which analyzers they want to exclude or include in their experience.In a certain way, this concludes all the work that was invested in the analyzers over the last couple of months.
Thanks to everyone involved 🚀
RecordUpdateAnalyzerFix.mp4
UnionCaseShadow.mp4