Roslyn CodeFix for migrating Library.* namespaces to Chd.* across all CHD projects.
License
—
Deps
3
Install Size
—
Vulns
✓ 0
Published
Feb 19, 2026
$ dotnet add package Chd.CodeFixChd (Cleverly Handle Difficulty) library helps you cleverly handle difficulty, write code quickly, and keep your application stable.
Chd.CodeFix is a Roslyn Analyzer + CodeFix NuGet package designed to help you migrate all Library.* namespaces and using statements to Chd.* across your .NET projects. It enables fast, safe, and automated refactoring with Visual Studio’s “Fix all” feature.
This package is built for teams and projects transitioning from the old Library.* namespace convention to the new Chd.* standard. It automatically detects and suggests fixes for all using Library.* and namespace Library.* statements in your codebase.
Library.* namespaces and usings.Chd.* using Visual Studio’s “Fix all occurrences” feature.dotnet add package Chd.CodeFix
using Library.* or namespace Library.* statement.Library.* references will be updated to Chd.* automatically.Example Before: