Dotnet Diag

Dotnet Diag from gabrielmoreira/agent-skills-mirror.

by @gabrielmoreira 2 skills

Skills in this plugin

2
  1. ▌
    Clr Activation Debugging · gabrielmoreira
    Diagnoses .NET Framework CLR activation issues using CLR activation logs (CLRLoad logs) produced by mscoree.dll. Use when: the shim picks the wrong runtime, fails to load any runtime, shows unexpected .NET 3.5 Feature-on-Demand (FOD) dialogs, unexpectedly does NOT show FOD dialogs, loads both v2 and v4 into the same process causing failures, or any time someone is wondering "what is happening with .NET Framework activation?"
    17 repo stars
  2. ▌
    Analyzing Dotnet Performance · gabrielmoreira
    Scans .NET code for ~50 performance anti-patterns across async, memory, strings, collections, LINQ, regex, serialization, and I/O with tiered severity classification. Use when analyzing .NET code for optimization opportunities, reviewing hot paths, or auditing allocation-heavy patterns.
    17 repo stars