You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When the
LocalFileHistoryFinder
is used, theGetManifestFilenames()
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 examplecorgibytes/freshli-fixture-csharp-test:directory/TestProjectInDirectory.csproj
will be returned asTestProjectInDirectory.csproj
.The text was updated successfully, but these errors were encountered: