freshli-lib icon indicating copy to clipboard operation
freshli-lib copied to clipboard

LocalFileHistoryFinder.GetManifestFilenames() should return relative paths

Open doughertym opened this issue 2 years ago • 0 comments

When the LocalFileHistoryFinder is used, the GetManifestFilenames() currently returns just the filename. However, this can cause issues if there are manifest files located further down the tree than the top-level. For example corgibytes/freshli-fixture-csharp-test:directory/TestProjectInDirectory.csproj will be returned as TestProjectInDirectory.csproj.

doughertym avatar May 31 '23 19:05 doughertym