Muflone 6.0.4
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Muflone --version 6.0.4
NuGet\Install-Package Muflone -Version 6.0.4
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="6.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Muflone" Version="6.0.4" />
<PackageReference Include="Muflone" />
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 6.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Muflone, 6.0.4"
#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@6.0.4
#: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=6.0.4
#tool nuget:?package=Muflone&version=6.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Muflone
A CQRS and event store library based on the great work of Jonathan Oliver with CommonDomain as part of NEventStore
Install
Install-Package Muflone
Sample usage
Look at this repo
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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.
-
net6.0
- Microsoft.Extensions.Logging (>= 6.0.0)
- NewId (>= 3.0.3)
- Newtonsoft.Json (>= 13.0.1)
NuGet packages (10)
Showing the top 5 NuGet packages that depend on Muflone:
Package | Downloads |
---|---|
Muflone.Eventstore
Eventstore implementation for Muflone |
|
Muflone.Transport.RabbitMQ
Package Description |
|
Muflone.SpecificationTests
Update references |
|
Muflone.MassTransit.RabbitMQ
Mass transit service bus for RabbitMQ and wrappers for Muflone's CommandHandlers and EventHandlers |
|
Muflone.Saga
Saga base implementation for Muflone |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
8.5.0 | 374 | 7/31/2025 |
8.5.0-alpha | 157 | 7/17/2025 |
8.4.0 | 1,159 | 5/20/2025 |
8.3.8-alpha | 181 | 5/16/2025 |
8.3.7-alpha | 188 | 5/16/2025 |
8.3.6-alpha | 238 | 5/15/2025 |
8.3.5-alpha | 242 | 5/14/2025 |
8.3.4-alpha | 232 | 5/14/2025 |
8.3.3-alpha | 227 | 5/14/2025 |
8.3.2-alpha | 230 | 5/14/2025 |
8.3.1-alpha | 149 | 5/8/2025 |
8.3.0-alpha | 162 | 5/7/2025 |
8.1.3 | 2,367 | 10/15/2024 |
8.1.2 | 2,665 | 9/9/2024 |
8.0.2 | 400 | 5/10/2024 |
6.2.0 | 1,017 | 4/19/2023 |
6.1.1 | 919 | 10/12/2022 |
6.1.0 | 2,147 | 8/25/2022 |
6.0.5 | 821 | 7/11/2022 |
6.0.4 | 1,430 | 5/23/2022 |
6.0.3 | 530 | 5/23/2022 |
6.0.2 | 944 | 5/6/2022 |
1.0.1 | 1,986 | 7/21/2020 |
1.0.0 | 578 | 7/21/2020 |
0.9.4 | 725 | 8/14/2019 |
0.9.3 | 1,534 | 8/14/2019 |
0.9.2 | 677 | 8/14/2019 |
0.9.1 | 1,582 | 6/25/2019 |
0.9.0 | 2,096 | 10/28/2018 |
.NET6 Support, improved messaging part