-
Notifications
You must be signed in to change notification settings - Fork 266
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
Add F# Analyzers #603
Add F# Analyzers #603
Conversation
Hello @1eyewonder, thanks for opening this PR. I'll review it during this week. For now, what I'd say is:
This idea is interesting. It must be helpful for PR reviews. If you don't want to tackle it with this PR, we can do it later, no problem. |
If we go ahead and tackle it within this PR, I am ok with it, but I think we'll have to coordinate. I believe the A repo which I've seen this feature active on is Fable Here are some additional links to provide visual/examples to the PR reviews since that seems to be the area of interest. |
Ack, thanks for the additional material @1eyewonder! I'll try to take a proper look at this PR either this or next week. |
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.
Looks good to me
Description
I thought it would be beneficial if we were to add some analyzers to the project in order to catch some areas we might improve. This opens up some discussion/thinking for the maintainers to consider configuration and additional pipeline opportunities.
I don't have any strong opinions and just wanted to share some other cool opportunities we could try and add to this PR or others if desired.
How to test
dotnet tool restore
dotnet msbuild /t:AnalyzeSolution
Related issues
I was looking through some issues and came across #577 which made me think of suggesting this.