loop8ack/PackScan
PackScan is a .NET toolset for analyzing package licenses and retrieving package information directly from the code.
This tool helps .NET developers understand and manage the external software packages used in their C# projects. It takes your project's code and identifies all installed packages, their versions, and licenses. The output includes generated code to access this package information within your application and flags any packages that use licenses incompatible with your company's policies.
Use this if you need to maintain license compliance, track package dependencies, or embed package information directly into your C# applications or CI/CD pipelines.
Not ideal if your project is not written in C# or if you only need a basic list of top-level dependencies without detailed license analysis or integrated access to package data.
Stars
9
Forks
—
Language
C#
License
MIT
Category
Last pushed
Feb 01, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/loop8ack/PackScan"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative....
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...