Muflone 8.3.5-alpha

This is a prerelease version of Muflone.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Muflone --version 8.3.5-alpha
                    
NuGet\Install-Package Muflone -Version 8.3.5-alpha
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Muflone" Version="8.3.5-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Muflone" Version="8.3.5-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Muflone" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Muflone --version 8.3.5-alpha
                    
#r "nuget: Muflone, 8.3.5-alpha"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Muflone@8.3.5-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Muflone&version=8.3.5-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Muflone&version=8.3.5-alpha&prerelease
                    
Install as a Cake Tool

Muflone

A CQRS and event store library based on the great work of Jonathan Oliver with CommonDomain as part of NEventStore

Getting started 🚀

Install-Package Muflone

Sample usage

Look at this repo

Give a Star! ⭐

If you like or are using this project please give it a star. Thanks!

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on Muflone:

Package Downloads
Muflone.Transport.RabbitMQ

Package Description

Muflone.Eventstore

Eventstore implementation for Muflone

Muflone.SpecificationTests

Update references

Muflone.Eventstore.gRPC

EventstoreDB gRPC implementation for Muflone

Muflone.Saga

Saga base implementation for Muflone

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.2.0 113 5/16/2026
10.1.1 182 4/27/2026
10.1.0 449 3/1/2026
10.1.0-rc1 155 2/12/2026
10.1.0-beta2 117 2/9/2026
10.1.0-beta1 127 1/25/2026
10.0.3 392 2/3/2026
10.0.2 258 12/24/2025
10.0.2-beta 196 12/24/2025
10.0.1 899 12/18/2025
10.0.0 451 12/18/2025
8.5.0 1,433 7/31/2025
8.5.0-alpha 208 7/17/2025
8.4.0 2,577 5/20/2025
8.3.8-alpha 229 5/16/2025
8.3.7-alpha 229 5/16/2025
8.3.6-alpha 284 5/15/2025
8.3.5-alpha 282 5/14/2025
8.3.4-alpha 279 5/14/2025
8.3.3-alpha 275 5/14/2025
Loading failed

Changes Guid to string for IDomainId, moves here IConsumer and creates base interface for ITransporterConnectionFactory