ionide / FSharp.Analyzers.SDK

Library for building custom analyzers for F# / FSAC
http://ionide.io/FSharp.Analyzers.SDK/
MIT License
74 stars 21 forks source link

Log a warning if the path it's trying to load analyzers from doesn't … #189

Closed Numpsy closed 8 months ago

Numpsy commented 8 months ago

…exist

Just a thought in case anyone else thinks it's helpful -

If you run the cli tool and specify a project that doesn't exist then you get a warning logged, but if the analyzers-path doesn't exist then you get no output with default logging, and in detailed mode get a note about trying to load analyzers followed by Registered 0 analyzers from 0 dlls but no actual error or anything - so, I just thought it might be useful if there was an actual warning in that case.