ionide / FSharp.Analyzers.SDK

Library for building custom analyzers for F# / FSAC

Home Page:http://ionide.io/FSharp.Analyzers.SDK/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accept multiple folders as analyzer input path

nojaf opened this issue · comments

Is your feature request related to a problem? Please describe.
We currently are playing around with integrating both analyzers from a NuGet package and are considering writing some very laser-focused custom analyzers that only make sense for our current project.

Describe the solution you'd like
Allow multiple --analyzers-path arguments.
So we can do something like --analyzers-path ./download-nuget-folder --analyzers-path ./src/LocalAnalyzer/bin/Debug

Describe alternatives you've considered
One could copy the local analyzer to another folder of course. Doing a dotnet publish wouldn't be a stretch I guess.

Additional context
Might play around with this idea in the weeks to come in the Fantomas repository.

commented

@nojaf Can we close this because of #128 or do you see something still missing here?

I think this can be closed indeed!