ionide / ionide/FSharp.Analyzers.SDK

Add inspect sub command

Open
#123 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
F#
Stars
85
Forks
28
Avg merge
1d 8h
Merged PRs (30d)
20

Description

**Is your feature request related to a problem? Please describe.**
Right now, there is no good way to tell which dll has which analyzers.
It is hard to tell what codes the analyzer can produce and what the name is in case you potentially want to exclude it.

**Describe the solution you'd like**
I'm thinking some sub-command could be interesting. Something like `dotnet fsharp-analyzers inspect MyAnalyzer.dll`.

This prints a table overview of all the analyzers found in the tool.

**Describe alternatives you've considered**
Maybe adding the name to the sarif output might also work.
Although you need to trigger a message before seeing it, which isn't always super obvious.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.