freshli-lib
freshli-lib copied to clipboard
A tool for collecting historical metrics about a project's dependencies
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...
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...
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....
Bumps [DiffEngine](https://github.com/VerifyTests/DiffEngine) from 10.0.2 to 11.2.0. Release notes Sourced from DiffEngine's releases. 11.2.0 As part of this release we had 1 issue closed. Feature [#316](VerifyTests/DiffEngine#316) Update System.Management to v6 11.0.0...
Bumps [NuGet.Protocol](https://github.com/NuGet/NuGet.Client) from 6.3.0 to 6.5.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.1 to 17.5.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.5.0 See the release notes here. v17.5.0-preview-20221221-03 See the release notes here. v17.5.0-preview-20221003-04 See the release notes here....
Bumps [cla-assistant/github-action](https://github.com/cla-assistant/github-action) from 2.2.1 to 2.3.0. Release notes Sourced from cla-assistant/github-action's releases. v2.3.0 What's Changed README: Clarified repo secret creation process by @simonmeggle in contributor-assistant/github-action#112 Fix some typos at README.md...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.3.0. Release notes Sourced from actions/checkout's releases. v3.3.0 What's Changed Implement branch list using callbacks from exec function by @cory-miller in actions/checkout#1045 Add in explicit...