Summary of changes:
- Add the
PackageContentToCsv
driver which produces the table PackageContents - Add the
PackageLicenseToCsv
driver which produces the table PackageLicenses - Enhance the admin panel to make error recovery easier (abort catalog scans, reset output and intermediate data, etc)
- Document all of the drivers in Markdown (see
src/drivers
) - Enable deployment to Linux for both the admin site and the Function workers. Spot worker deployment is not supported on Linux.
- Renamed default configuration section from
NuGet.Insights:*
toNuGetInsights__*
(to be Linux-friendly) - Move to .NET 7 and use the isolated worker model for Azure Functions
- Use to Central Package Management and Package Source Mapping (new NuGet client features)