dotnet/dotNext
Next generation API for .NET observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 2819
- days_rel: n/a
- days_push: 8
- n_releases_24m: 0
Adoption not part of the score
1957 stars · 157 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
DotNext is a family of .NET libraries extending the standard API with high-performance, low-allocation primitives such as async locks, unmanaged memory allocators, fast reflection, and metaprogramming tools. It also provides distributed systems building blocks including a Raft consensus implementation, write-ahead log, TCP multiplexing, and HyParView membership protocol.
Use cases
- build a raft consensus cluster in .NET
- implement a write-ahead log for a database engine
- avoid allocations in high-load microservices
- generate code at runtime with async expression trees
- work with unmanaged memory safely in C#
- async-friendly locking and synchronization primitives
- implement peer-to-peer cluster membership with HyParView
When to choose
- you need near-zero-allocation, high-throughput primitives beyond the .NET BCL
- you're building distributed state machines, actors, or database engines on .NET
- you need runtime code generation with async lambda support
When to avoid
- you want a simple, batteries-included framework rather than low-level building blocks
- your project doesn't run on modern .NET (requires .NET 10)
- you need battle-tested mainstream alternatives over a single-maintainer-style library
Facets
library · maturity active
concurrency caching rpc serialization logging microservices developer-tools performance backend dotnet cross-platform windows wasm raft-consensus write-ahead-log metaprogramming async unmanaged-memory hyparview cluster high-performance linux macos
2 sources
- readme: https://github.com/dotnet/dotNext · fetched 2026-08-28 · cf17862858cf
- homepage: https://dotnet.github.io/dotNext/ · fetched 2026-08-29 · fe169f778851
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dotnet/dotNext | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem