ReactiveDomain.Policy 0.15.2

dotnet add package ReactiveDomain.Policy --version 0.15.2
                    
NuGet\Install-Package ReactiveDomain.Policy -Version 0.15.2
                    
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="ReactiveDomain.Policy" Version="0.15.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ReactiveDomain.Policy" Version="0.15.2" />
                    
Directory.Packages.props
<PackageReference Include="ReactiveDomain.Policy" />
                    
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 ReactiveDomain.Policy --version 0.15.2
                    
#r "nuget: ReactiveDomain.Policy, 0.15.2"
                    
#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 ReactiveDomain.Policy@0.15.2
                    
#: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=ReactiveDomain.Policy&version=0.15.2
                    
Install as a Cake Addin
#tool nuget:?package=ReactiveDomain.Policy&version=0.15.2
                    
Install as a Cake Tool

Build Contributor Covenant

Reactive Domain

Overview

Reactive Domain is an open source framework for implementing event sourcing in .NET projects using reactive programming principles. This includes interfaces for using EventStoreDB. It also provides a messaging framework and other tools for using CQRS.

The framework is highly opinionated. It focuses on using a small number of consistent patterns and design principles in its public interfaces to enable developers to get up to speed quickly. Ease of use and "design for code review" have been the driving forces behind the framework's evolution. Where trade-offs have been necessary, these principles have been emphasized over performance.

Contributing

Pull requests are welcome! Take a look at the open issues, join our discussion on Slack, or contribute in an area where you see a need. Contributors and participants on our Slack channels are expected to abide by the project's code of conduct. Read the full guidelines on contributing.

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 is compatible.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.15.2 27 7/18/2026
0.15.1 93 7/13/2026
0.15.0 93 7/11/2026
0.14.2 114 5/28/2026
0.14.1 127 3/25/2026
0.14.0 122 3/24/2026
0.13.2 122 3/19/2026
0.13.1 118 3/18/2026
0.13.0 151 12/30/2025
0.12.0 158 12/29/2025
0.11.0 425 7/15/2024
0.10.5 369 7/10/2024
0.10.4 371 4/29/2024
0.10.3 402 2/9/2024
0.10.2 370 2/8/2024
0.10.1 481 12/28/2023
0.10.0 453 11/17/2023
0.9.3 592 2/10/2023
0.9.2 1,244 7/10/2022
0.9.1 886 6/30/2022
Loading failed