Hooks in the build pipeline to make sure that the `Properties\licenses.licx` file* is always empty before the compiler runs.
* (or `My Project\licenses.licx` for VB .NET projects)
Analyzes dependencies, concerning their licenses and vulnerabilities, used in projects developed in .NET platform. For .NET Core projects, install this tool https://www.nuget.org/packages/dotnet-dependency-analyzer
.NET CLI tool that analyzes dependencies, concerning their licenses and vulnerabilities, used in projects developed in .NET Core. For .NET Classic projects, install this package https://www.nuget.org/packages/DotnetDependencyAnalyzer.
Set the GenerateLicenses property to true to generate automatic 3rd party license lists. Requires the tool dotnet-project-licenses and python.
Generates licenses.txt to fill with licenses texts. Commit this file to git.