freshli-lib
freshli-lib copied to clipboard
Receive an exception when trying to get scan results by either URL or relative paths from Windows 10 machine. It only works with absolute paths
Attached discussion in slack.

In order to reproduce, make a call to the runner using either a local or url path.
IList<MetricsResult> results = Runner.Run(options.Path);
We may need to implement the solution explained in the following stack overflow post.
https://stackoverflow.com/questions/66152869/no-error-message-has-been-provided-by-the-native-library-repository-clone-libgit
Another reason to dump LibGit2Sharp?