Log a warning if the path it's trying to load analyzers from doesn't … #189
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…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.