Handbook Dotnet

Handbook Dotnet from NikiforovAll/claude-code-rules.

by @nikiforovall 5 skills

Skills in this plugin

5
  1. Roslyn Query · nikiforovall bundle
    Query .NET/C# codebases using Roslyn AST analysis via dotnet run file. Use for tracing data flow, auditing API usage, finding pattern violations, or ad-hoc codebase queries.
    1 install
  2. Dotnet Verify · nikiforovall
    This skill should be used when working with Verify snapshot tests in .NET projects. Use when updating verified snapshots after intentional code changes, accepting new snapshots, discovering verify tests, or troubleshooting snapshot mismatches. Trigger phrases include "verify tests", "update snapshots", "accept snapshots", "verified files", ".verified.txt".
    2 installs
  3. Coverage Report · nikiforovall
    Generate a .NET code coverage report scoped to files changed in the current branch. Runs tests with coverage collection and produces filtered HTML reports.
    1 install
  4. Ilspy Decompile · nikiforovall bundle
    Understand implementation details of .NET code by decompiling assemblies. Use when you want to see how a .NET API works internally, inspect NuGet package source, view framework implementation, or understand compiled .NET binaries.
    1 install
  5. Dotnet Analyzers · nikiforovall bundle
    Run dotnet format to fix code style and analyzer diagnostics (IDE0005, CA*, SA*). Use when fixing unnecessary usings, code style violations, analyzer warnings, or verifying format compliance
    2 installs