3 packages tagged with “Unused”
Unused Filename (unused-filename) binding library for Bridge.NET projects.
A Roslyn analyzer that detects unused symbols (types, methods, properties, fields, events) in C# code. Helps maintain clean codebases by identifying declared symbols that are not referenced anywhere in the analyzed compilation. Excludes common externally-invoked symbols like MVC/Web API controllers.
Removes unused private/internal types during compile-time.