microsoft/coyote
Coyote is a library and tool for testing concurrent C# code and deterministically reproducing bugs. observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2576
- days_rel: n/a
- days_push: 9
- n_releases_24m: 0
Adoption not part of the score
1592 stars · 91 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Coyote is a .NET library and CLI tool from Microsoft Research for systematically testing concurrent C# code and deterministically reproducing concurrency bugs. It uses IL binary rewriting to control scheduling of tasks, actors, and other nondeterminism, exploring many interleavings within ordinary unit tests.
Use cases
- find race conditions in C# code
- test concurrent ASP.NET controllers deterministically
- reproduce flaky concurrency bugs reliably
- systematically explore interleavings of tasks and actors
- test distributed systems logic on a laptop without production environment
- add concurrency unit tests to xUnit test suites
When to choose
- you write concurrent or async C# code and suffer from flaky or hidden race-condition bugs
- you want systematic exploration of schedules instead of stress testing
- you build actor or state-machine based services and want reliable testing
- you need deterministic reproduction of nondeterministic bugs
When to avoid
- your codebase is not on .NET/C#
- you need formal verification or correctness proofs rather than testing
- you only need simple unit tests without concurrency
- you want a language-agnostic fuzzing tool
Facets
library · maturity active
testing fuzzing cli concurrency testing developer-tools microservices dotnet cross-platform cli systematic-testing concurrency-unit-testing binary-rewriting actor-model race-condition-detection csharp
2 sources
- readme: https://github.com/microsoft/coyote · fetched 2026-08-28 · 923013044313
- homepage: https://microsoft.github.io/coyote/ · fetched 2026-08-29 · c161b65de648
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| microsoft/coyote | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="microsoft/coyote")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem