Skip to content

仓库 files navigation

.NEXT

Build Status License Test Coverage CodeQL Ask Deep维基

.NEXT (dotNext) is a set of powerful libraries designed for high-performance scenarios when your application expects near zero memory allocation and high flexibility. It is aimed to high-load microservices, database engines, actors, and various types of distributed applications. The feature list includes a rich set of efficient tools with low overhead:

All these things are implemented in 100% managed code on top of existing .NET API.

Quick Links

What's new

Release Date: 08-29-2026

DotNext 6.6.5

  • All FromPointer static extension methods for delegates are marked with RequiresDynamicCodeAttribute, because delegate construction from a method pointer is not supported in AOT

DotNext.Metaprogramming 6.6.5

  • Updated dependencies

DotNext.Unsafe 6.6.5

  • Improved performance of GetPageAlignedOffset method

DotNext.Threading 6.6.5

  • Updated dependencies

DotNext.IO 6.6.5

DotNext.Net.Cluster 6.6.5

  • Clamp follower commit index to the last entry delivered in AppendEntries Raft RPC
  • Fixed freeze of WaitForLeaderAsync and WaitForLeadershipAsync methods when the node is requested to stop

DotNext.AspNetCore.Cluster 6.6.5

  • Updated dependencies

DotNext.MaintenanceServices 1.6.5

  • Updated dependencies

Also, AOT compatibility tests are added.

Release & Support Policy

The libraries are versioned according to Semantic Versioning 2.0.

Version .NET compatibility Support Level
0.x .NET Standard 2.0
1.x .NET Standard 2.0
2.x .NET Standard 2.1
3.x .NET Standard 2.1, .NET 5
4.x .NET 6
5.x .NET 8
6.x .NET 10 ✔️

❌ - unsupported, ✅ - bug and security fixes only, ✔️ - active development

Development Process

Philosophy of development process:

  1. All libraries in .NEXT family are available for various .NET form factors: Mono, WASM, NativeAOT
  2. Minimal set of dependencies
  3. Provide high-quality documentation
  4. Stay cross-platform
  5. Provide benchmarks

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the .NET Foundation Code of Conduct. For more information see the Code of Conduct FAQ or contact conduct@dotnetfoundation.org with any additional questions or comments.