Papst.EventStore.EntityFrameworkCore 5.2.32

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

Entity Framework Core Implementation of Event Stream

The Entity Framework Implementation needs to be added to the dependency injection container.

To achieve this, there is an extension method to the IServiceCollection available, that takes a Configuration action for the DbContextOptionsBuilder:

IServiceCollection services;

services.AddEntityFrameworkCoreEventStore(options => options.AddSqlServer("..."));

Configuration

No further configuration is necessary.

Migrations / Table creation

Tables are created using Entity Framework Core Migrations. These Migrations are not applied automatically. This needs to be done by additional code or by applying the .sql files in the Migrations directory of the Source Code Repository.

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

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
5.2.32 136 6/3/2025
5.2.30 129 2/12/2025
5.2.28 116 2/9/2025
5.2.25 117 2/9/2025
5.2.23 112 2/9/2025
5.2.21 114 12/7/2024
5.2.18 117 11/12/2024
5.2.14 114 11/10/2024
5.2.12 109 11/10/2024
5.2.10 108 11/10/2024
5.2.7 118 9/28/2024
5.1.4 129 8/26/2024
5.1.2 140 8/22/2024
5.0.12 138 8/15/2024
5.0.10 116 8/7/2024
5.0.9 117 8/7/2024
5.0.8 118 8/7/2024
5.0.6 108 8/6/2024
5.0.4 122 8/6/2024
5.0.2 115 8/4/2024