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
<PackageReference Include="Papst.EventStore.EntityFrameworkCore" Version="5.2.32" />
<PackageVersion Include="Papst.EventStore.EntityFrameworkCore" Version="5.2.32" />
<PackageReference Include="Papst.EventStore.EntityFrameworkCore" />
paket add Papst.EventStore.EntityFrameworkCore --version 5.2.32
#r "nuget: Papst.EventStore.EntityFrameworkCore, 5.2.32"
#:package Papst.EventStore.EntityFrameworkCore@5.2.32
#addin nuget:?package=Papst.EventStore.EntityFrameworkCore&version=5.2.32
#tool nuget:?package=Papst.EventStore.EntityFrameworkCore&version=5.2.32
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 | Versions 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. |
-
net8.0
- Azure.Core (>= 1.44.1)
- Microsoft.EntityFrameworkCore (>= 8.0.8)
- Microsoft.EntityFrameworkCore.Design (>= 8.0.8)
- Microsoft.EntityFrameworkCore.SqlServer (>= 8.0.8)
- Microsoft.Extensions.Configuration.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.2)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Options (>= 8.0.2)
- Nerdbank.GitVersioning (>= 3.6.146)
- Papst.EventStore (>= 5.2.7 && < 5.3.0)
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 |