Found 349 packages
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
Remoting support for Akka.NET. Allows actors to communicate over the network.
Streaming support for Akka.NET. Introduces a LINQ-like interface for writing asynchronous, back-pressure-aware streams built on top of Akka.NET actors.
Persistence for Akka.NET actors. Allows actors to persist and recover their state in a database-agnostic fashion.
Clustering support for Akka.NET actors. Used to build highly-available, distributed applications.
Distributed coordination support for Akka.NET
Dependency injection support for Akka.NET
You need a Akka.TestKit.* package! Add the one appropriate for the test framework you use instead. For example: Akka.TestKit.Xunit or Akka.TestKit.VsTest. This package only contains base functionality for writing tests for the Akka.NET framework.
Serilog logging adapter for Akka.NET.
Distributed publish/subscribe, client and singleton support for Akka.NET cluster
Sharded actors with managed lifecycle for Akka.NET cluster. Used to distribute state in a fault-tolerant, consistent fashion over an Akka.NET cluster.
Replicated data using CRDT structures
Akka.NET Roslyn Analyzers designed to help fix frequent, recurring design problems that may occur in end-user code bases. Also includes helpful upgrade suggestions for migrating between minor and major versions of Akka.NET.
Dependency injection support for Akka.NET [DEPRECATED - replaced by Akka.DependencyInjection]
Akka.NET Microsoft.Extensions.Hosting support.
Stream based query interface for persistence journal plugins for Akka.NET
Akka.NET Persistence ADO.NET middleware
Replicated data using CRDT structures
Service Discovery for Akka.NET
TestKit for writing tests for Akka.NET using xUnit.