dotnet-csharp-dependency-injection
No SKILL.md available for this skill.
View on GitHubMore from novotnyllc/dotnet-artisan
dotnet-debugging
Debugs Windows and Linux/macOS applications (native, .NET/CLR, mixed-mode) with WinDbg MCP (crash dumps, !analyze, !syncblk, !dlk, !runaway, !dumpheap, !gcroot, BSOD), dotnet-dump, lldb with SOS, createdump, and container diagnostics (Docker, Kubernetes). Hang/deadlock diagnosis, high CPU triage, memory leak investigation, kernel debugging, and dotnet-monitor for production. Spans 17 topic areas. Do not use for routine .NET SDK profiling, benchmark design, or CI test debugging.
57dotnet-csharp-code-smells
Detects C# code smells during review. Anti-patterns, async misuse, DI mistakes, fixes.
8dotnet-blazor-patterns
Architects Blazor apps. Hosting models, render modes, routing, streaming, prerender.
5dotnet-native-aot
Publishes Native AOT binaries. PublishAot, ILLink descriptors, P/Invoke, size optimization.
5dotnet-build-optimization
Diagnoses slow builds and incremental failures. Binary logs, parallel builds, restore.
5dotnet-csharp-async-patterns
Writing async/await code. Task patterns, ConfigureAwait, cancellation, and common agent pitfalls.
5