.NET Trace Collect This skill helps developers diagnose production performance issues by recommending the right diagnostic tools for their environment, guiding data collection, and suggesting analysis approaches. It does not analyze code for anti-patterns or perform the analysis itself. When to Use - A developer needs to investigate a production performance issue (high CPU, memory leak, slow requests, excessive GC, networking errors, etc.) - Choosing the right diagnostic tool for a specific runtime, OS, or deployment topology - Setting up and running diagnostic tool commands for data collecti…