OrionGuard.EntityFrameworkCore
6.7.0
dotnet add package OrionGuard.EntityFrameworkCore --version 6.7.0
NuGet\Install-Package OrionGuard.EntityFrameworkCore -Version 6.7.0
<PackageReference Include="OrionGuard.EntityFrameworkCore" Version="6.7.0" />
<PackageVersion Include="OrionGuard.EntityFrameworkCore" Version="6.7.0" />
<PackageReference Include="OrionGuard.EntityFrameworkCore" />
paket add OrionGuard.EntityFrameworkCore --version 6.7.0
#r "nuget: OrionGuard.EntityFrameworkCore, 6.7.0"
#:package OrionGuard.EntityFrameworkCore@6.7.0
#addin nuget:?package=OrionGuard.EntityFrameworkCore&version=6.7.0
#tool nuget:?package=OrionGuard.EntityFrameworkCore&version=6.7.0
OrionGuard.EntityFrameworkCore
EF Core integration for OrionGuard's domain-event dispatcher.
dotnet add package OrionGuard.EntityFrameworkCore
services.AddOrionGuardDomainEvents();
services.AddOrionGuardDomainEventHandlers(typeof(Program).Assembly);
services.AddOrionGuardEfCore<AppDbContext>(o => o.UseOutbox());
See the main OrionGuard README for full documentation.
| 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 is compatible. 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. |
-
net10.0
- Microsoft.EntityFrameworkCore (>= 9.0.0)
- Microsoft.EntityFrameworkCore.Relational (>= 9.0.0)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.0)
- OrionGuard (>= 6.7.0)
-
net8.0
- Microsoft.EntityFrameworkCore (>= 9.0.0)
- Microsoft.EntityFrameworkCore.Relational (>= 9.0.0)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.0)
- OrionGuard (>= 6.7.0)
-
net9.0
- Microsoft.EntityFrameworkCore (>= 9.0.0)
- Microsoft.EntityFrameworkCore.Relational (>= 9.0.0)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.0)
- OrionGuard (>= 6.7.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on OrionGuard.EntityFrameworkCore:
| Package | Downloads |
|---|---|
|
OrionGuard.Outbox.PostgresNotify
Postgres LISTEN/NOTIFY backed IOutboxWakeSignal for OrionGuard.EntityFrameworkCore. Replaces the v6.5.1 polling fallback with an event-driven wake on every committed outbox row when the consumer's database is PostgreSQL. Falls back to polling cleanly when the LISTEN connection is unreachable. |
|
|
OrionGuard.Locks.Redis
Redis-backed IDistributedLock for OrionGuard.EntityFrameworkCore's outbox dispatcher. Bridges OrionGuard's IDistributedLock contract to the OrionLock.Redis backend so multi-instance outbox workers can share a Redis-coordinated lease instead of the default SkipLocked DB lock. |
|
|
OrionGuard.Outbox.SqlServerBroker
SQL Server Service Broker backed IOutboxWakeSignal for OrionGuard.EntityFrameworkCore. Sibling to OrionGuard.Outbox.PostgresNotify (v6.5.2) for the SQL Server provider. Replaces the v6.5.1 polling-only fallback with an event-driven wake on every committed outbox row via Service Broker's queueing primitives. |
|
|
OrionGuard.Outbox.Dashboard
Outbox operator dashboard for OrionGuard. Maps an authorized listing of failed / poisoned messages from the consumer's DbContext to an ASP.NET Core endpoint group, plus POST /{id}/replay and POST /{id}/discard mutation endpoints (v6.5.5) with an optional OnMutation audit hook. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 6.7.0 | 173 | 7/20/2026 |
| 6.6.2 | 208 | 6/20/2026 |
| 6.6.1 | 185 | 6/20/2026 |
| 6.6.0 | 189 | 6/19/2026 |
| 6.5.30 | 198 | 6/17/2026 |
| 6.5.29 | 191 | 6/15/2026 |
| 6.5.28 | 192 | 6/15/2026 |
| 6.5.27 | 184 | 6/15/2026 |
| 6.5.26 | 192 | 6/13/2026 |
| 6.5.25 | 183 | 6/13/2026 |
| 6.5.24 | 174 | 6/12/2026 |
| 6.5.23 | 191 | 6/12/2026 |
| 6.5.22 | 182 | 6/11/2026 |
| 6.5.21 | 178 | 6/11/2026 |
| 6.5.20 | 183 | 6/11/2026 |
| 6.5.19 | 181 | 6/11/2026 |
| 6.5.18 | 177 | 6/11/2026 |
| 6.5.16 | 189 | 6/11/2026 |
| 6.5.15 | 188 | 6/11/2026 |
| 6.5.14 | 183 | 6/11/2026 |