Eventuous.AspNetCore 0.14.0

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Eventuous.AspNetCore --version 0.14.0
                    
NuGet\Install-Package Eventuous.AspNetCore -Version 0.14.0
                    
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="Eventuous.AspNetCore" Version="0.14.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Eventuous.AspNetCore" Version="0.14.0" />
                    
Directory.Packages.props
<PackageReference Include="Eventuous.AspNetCore" />
                    
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 Eventuous.AspNetCore --version 0.14.0
                    
#r "nuget: Eventuous.AspNetCore, 0.14.0"
                    
#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 Eventuous.AspNetCore@0.14.0
                    
#: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=Eventuous.AspNetCore&version=0.14.0
                    
Install as a Cake Addin
#tool nuget:?package=Eventuous.AspNetCore&version=0.14.0
                    
Install as a Cake Tool

Eventuous ASP.NET Core

This package adds several DI extensions for IServiceCollection:

  • AddApplicationService to register app services
  • AddAggregateStore to register the AggregateStore and a given IEventStore
  • AddAggregate to register aggregate types that require dependencies

Keep in mind that we don't recommend having dependencies in aggregates, so you'd normally not need to use AddAggregate.

When using AddAggregate, you should also call builder.UseAggregateFactory() in Startup.Configure.

You can also add Eventuous logs to the logging provider by calling app.AddEventuousLogs()

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

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Eventuous.AspNetCore:

Package Downloads
Eventuous.Connector.Base

Eventuous connector between EventStoreDB and other things

Eventuous.Connectors.Base

Opinionated and volatile Event Sourcing library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.15.0-beta.7 1,613 11/17/2023 0.15.0-beta.7 is deprecated because it is no longer maintained.
0.15.0-beta.6 1,273 10/4/2023 0.15.0-beta.6 is deprecated because it is no longer maintained.
0.15.0-beta.5 4,057 8/28/2023 0.15.0-beta.5 is deprecated because it is no longer maintained.
0.15.0-beta.4 418 8/22/2023 0.15.0-beta.4 is deprecated because it is no longer maintained.
0.15.0-beta.3 324 8/21/2023 0.15.0-beta.3 is deprecated because it is no longer maintained.
0.15.0-beta.2 138 8/21/2023 0.15.0-beta.2 is deprecated because it is no longer maintained.
0.15.0-beta.1 654 8/21/2023 0.15.0-beta.1 is deprecated because it is no longer maintained.
0.14.0 33,147 2/10/2023 0.14.0 is deprecated because it is no longer maintained.
0.13.4-alpha.0.1 161 2/10/2023 0.13.4-alpha.0.1 is deprecated because it is no longer maintained.
0.13.3 831 2/1/2023 0.13.3 is deprecated because it is no longer maintained.
0.13.2 469 2/1/2023 0.13.2 is deprecated because it is no longer maintained.
0.13.1 1,394 1/14/2023 0.13.1 is deprecated because it is no longer maintained.
0.13.0 809 1/10/2023 0.13.0 is deprecated because it is no longer maintained.
0.12.0 9,285 10/6/2022 0.12.0 is deprecated because it is no longer maintained.
0.11.4 1,028 9/30/2022 0.11.4 is deprecated because it is no longer maintained.
0.11.3 1,026 9/27/2022 0.11.3 is deprecated because it is no longer maintained.
0.11.2 1,113 9/23/2022 0.11.2 is deprecated because it is no longer maintained.
0.11.1 1,061 9/23/2022 0.11.1 is deprecated because it is no longer maintained.
0.11.0 1,020 9/20/2022 0.11.0 is deprecated because it is no longer maintained.
0.10.6 1,150 9/9/2022 0.10.6 is deprecated because it is no longer maintained.
0.10.5 1,179 8/25/2022 0.10.5 is deprecated because it is no longer maintained.
0.10.4 1,002 8/22/2022 0.10.4 is deprecated because it is no longer maintained.
0.10.3 818 8/21/2022 0.10.3 is deprecated because it is no longer maintained.
0.10.2 2,290 7/20/2022 0.10.2 is deprecated because it is no longer maintained.
0.10.1 858 7/20/2022 0.10.1 is deprecated because it is no longer maintained.
0.10.0 884 7/17/2022 0.10.0 is deprecated because it is no longer maintained.
0.9.1 1,015 6/24/2022 0.9.1 is deprecated because it is no longer maintained.
0.9.0 876 6/15/2022 0.9.0 is deprecated because it is no longer maintained.
0.8.4 1,302 5/18/2022 0.8.4 is deprecated because it is no longer maintained.
0.8.3 2,648 5/11/2022 0.8.3 is deprecated because it is no longer maintained.
0.8.2 873 5/11/2022 0.8.2 is deprecated because it is no longer maintained.
0.8.1 2,163 5/8/2022 0.8.1 is deprecated because it is no longer maintained.
0.8.0 961 4/25/2022 0.8.0 is deprecated because it is no longer maintained.
0.7.1 934 4/21/2022 0.7.1 is deprecated because it is no longer maintained.
0.7.0 919 4/13/2022 0.7.0 is deprecated because it is no longer maintained.
0.6.2 1,138 3/28/2022 0.6.2 is deprecated because it is no longer maintained.
0.6.1 771 3/11/2022 0.6.1 is deprecated because it is no longer maintained.
0.6.0 1,707 2/21/2022 0.6.0 is deprecated because it is no longer maintained.
0.6.0-rc.8 2,181 11/27/2021 0.6.0-rc.8 is deprecated because it is no longer maintained.
0.6.0-rc.7 2,488 11/25/2021 0.6.0-rc.7 is deprecated because it is no longer maintained.
0.6.0-rc.6 3,282 11/25/2021 0.6.0-rc.6 is deprecated because it is no longer maintained.
0.6.0-rc.5 3,099 11/25/2021 0.6.0-rc.5 is deprecated because it is no longer maintained.
0.6.0-rc.4 4,968 11/24/2021 0.6.0-rc.4 is deprecated because it is no longer maintained.
0.6.0-rc.3 4,978 11/23/2021 0.6.0-rc.3 is deprecated because it is no longer maintained.
0.6.0-rc.2 1,174 11/20/2021 0.6.0-rc.2 is deprecated because it is no longer maintained.
0.6.0-rc.1 246 11/19/2021 0.6.0-rc.1 is deprecated because it is no longer maintained.
0.5.15 469 10/12/2021 0.5.15 is deprecated because it is no longer maintained.
0.5.14 520 10/10/2021 0.5.14 is deprecated because it is no longer maintained.
0.5.13 424 10/10/2021 0.5.13 is deprecated because it is no longer maintained.
0.5.12 463 10/10/2021 0.5.12 is deprecated because it is no longer maintained.
0.5.11 472 10/10/2021 0.5.11 is deprecated because it is no longer maintained.
0.5.10 502 10/10/2021 0.5.10 is deprecated because it is no longer maintained.
0.5.9 622 10/9/2021 0.5.9 is deprecated because it is no longer maintained.
0.5.8 429 10/9/2021 0.5.8 is deprecated because it is no longer maintained.
0.5.7 427 10/9/2021 0.5.7 is deprecated because it is no longer maintained.
0.5.6 450 10/9/2021 0.5.6 is deprecated because it is no longer maintained.
0.5.5 467 10/9/2021 0.5.5 is deprecated because it is no longer maintained.
0.5.4 478 10/9/2021 0.5.4 is deprecated because it is no longer maintained.
0.5.3 449 10/9/2021 0.5.3 is deprecated because it is no longer maintained.
0.5.2 494 10/9/2021 0.5.2 is deprecated because it is no longer maintained.
0.5.1 430 10/6/2021 0.5.1 is deprecated because it is no longer maintained.