Mike Dougherty

Results 5 issues of Mike Dougherty

The current implementation of the `AbstractManifestFinder.GetManifestFilenames` can return the same file multiple times. The primary cause of this seems to be related to multiple `IManifestFinder` instance of the same type...

bug

The Children Inc. analysis revealed that NuGet dependency manifest can also be stored in `packages.config` files. This is also dependent on https://github.com/corgibytes/freshli-web/issues/229 since both types (`*.csproj` and `packages.config`) need to...

enhancement

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....

bug