Dotnet Flaky Test Diagnosis

Use when a .NET test fails in the full suite but passes alone (or flakes intermittently): classify via the ladder — intra-test race (lock-guard fake collections), inter-test contention (xunit v3 DisableParallelization collections), or environmental flakes (child PATH/env, cold-worktree asset provisioning) — before blaming the branch. Includes the clean-main baseline check and gate discipline.

Arasz 59277dc 2 files · 11.2 KB Updated

File contents

Arasz/ai-badger/tree/main/features/dotnet/skills/dotnet-workload/references/dotnet-flaky-test-diagnosis commit 59277dc664

Frequently asked questions

npx skillmds@latest add arasz/dotnet-flaky-test-diagnosis