freshli-lib icon indicating copy to clipboard operation
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

Open mfcorgi opened this issue 4 years ago • 1 comments

Attached discussion in slack.

image

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

mfcorgi avatar Aug 26 '21 17:08 mfcorgi

Another reason to dump LibGit2Sharp?

mscottford avatar Oct 07 '21 12:10 mscottford