A .NET library that helps you protect your NuGet packages with commercial licenses.

1 Open Issue Need Help Last updated: Sep 13, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The issue aims to reduce the size of NuGet packages for MSBuild custom tasks by stripping unnecessary assemblies from the `tasks` directory. It identifies `Mono.Cecil.Mdb.dll`, `Mono.Cecil.Pdb.dll`, and `Mono.Cecil.Rocks.dll` for removal and questions the necessity and cross-runtime compatibility of `System.Text.Json` and its transitive `System.*` dependencies, which are currently being packed.

Complexity: 3/5
help wanted

A .NET library that helps you protect your NuGet packages with commercial licenses.

C#