Eventuous.Extensions.DependencyInjection 0.15.0-beta.10

This is a prerelease version of Eventuous.Extensions.DependencyInjection.
dotnet add package Eventuous.Extensions.DependencyInjection --version 0.15.0-beta.10
NuGet\Install-Package Eventuous.Extensions.DependencyInjection -Version 0.15.0-beta.10
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.Extensions.DependencyInjection" Version="0.15.0-beta.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Eventuous.Extensions.DependencyInjection --version 0.15.0-beta.10
#r "nuget: Eventuous.Extensions.DependencyInjection, 0.15.0-beta.10"
#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.
// Install Eventuous.Extensions.DependencyInjection as a Cake Addin
#addin nuget:?package=Eventuous.Extensions.DependencyInjection&version=0.15.0-beta.10&prerelease

// Install Eventuous.Extensions.DependencyInjection as a Cake Tool
#tool nuget:?package=Eventuous.Extensions.DependencyInjection&version=0.15.0-beta.10&prerelease

Eventuous ASP.NET Core

This package adds several DI extensions for IServiceCollection:

  • AddCommandService 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Eventuous.Extensions.DependencyInjection:

Package Downloads
Eventuous.AspNetCore

Production-grade Event Sourcing library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.15.0-beta.10 15,547 2/11/2024
0.15.0-beta.8 4,139 11/18/2023
0.15.0-beta.7 1,263 11/17/2023
0.15.0-beta.6 1,004 10/4/2023
0.15.0-beta.5 3,346 8/28/2023
0.15.0-beta.4 295 8/22/2023
0.15.0-beta.3 267 8/21/2023
0.15.0-beta.2 82 8/21/2023
0.15.0-beta.1 470 8/21/2023