OrionGuard.EntityFrameworkCore
6.5.11
dotnet add package OrionGuard.EntityFrameworkCore --version 6.5.11
NuGet\Install-Package OrionGuard.EntityFrameworkCore -Version 6.5.11
<PackageReference Include="OrionGuard.EntityFrameworkCore" Version="6.5.11" />
<PackageVersion Include="OrionGuard.EntityFrameworkCore" Version="6.5.11" />
<PackageReference Include="OrionGuard.EntityFrameworkCore" />
paket add OrionGuard.EntityFrameworkCore --version 6.5.11
#r "nuget: OrionGuard.EntityFrameworkCore, 6.5.11"
#:package OrionGuard.EntityFrameworkCore@6.5.11
#addin nuget:?package=OrionGuard.EntityFrameworkCore&version=6.5.11
#tool nuget:?package=OrionGuard.EntityFrameworkCore&version=6.5.11
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.Hosting.Abstractions (>= 9.0.0)
- OrionGuard (>= 6.5.11)
-
net8.0
- Microsoft.EntityFrameworkCore (>= 9.0.0)
- Microsoft.EntityFrameworkCore.Relational (>= 9.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.0)
- OrionGuard (>= 6.5.11)
-
net9.0
- Microsoft.EntityFrameworkCore (>= 9.0.0)
- Microsoft.EntityFrameworkCore.Relational (>= 9.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.0)
- OrionGuard (>= 6.5.11)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on OrionGuard.EntityFrameworkCore:
| Package | Downloads |
|---|---|
|
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.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.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.5.11 | 0 | 6/11/2026 |
| 6.5.10 | 0 | 6/10/2026 |
| 6.5.9 | 0 | 6/10/2026 |
| 6.5.8 | 0 | 6/10/2026 |
| 6.5.7 | 0 | 6/10/2026 |
| 6.5.6 | 0 | 6/10/2026 |
| 6.5.5 | 0 | 6/10/2026 |
| 6.5.4 | 9 | 6/10/2026 |
| 6.5.3 | 44 | 6/9/2026 |
| 6.5.2 | 54 | 6/8/2026 |
| 6.5.1 | 54 | 6/8/2026 |
| 6.5.0 | 97 | 6/1/2026 |
| 6.4.2 | 111 | 5/25/2026 |
| 6.4.1 | 115 | 5/23/2026 |
| 6.4.0 | 93 | 5/21/2026 |
| 6.3.0 | 90 | 5/13/2026 |