You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RoyalCode.EnterprisePatterns/RoyalCode.Events.Outbox.Abstractions/RoyalCode.Events.Outbox.Abstractions.csproj
Copy file name to clipboardExpand all lines: RoyalCode.EnterprisePatterns/RoyalCode.Events.Outbox.EntityFramework.Postgres/RoyalCode.Events.Outbox.EntityFramework.Postgres.csproj
+2-2
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@
8
8
<AssemblyVersion>$(MsgVer)</AssemblyVersion>
9
9
<FileVersion>$(MsgVer)</FileVersion>
10
10
<Description>
11
-
Components for the Outbox Pattern implemented with EntityFrameworkCore.
11
+
PostgreSQL mappings for components of the Outbox Pattern implemented with EntityFrameworkCore.
Copy file name to clipboardExpand all lines: RoyalCode.EnterprisePatterns/RoyalCode.Events.Outbox.EntityFramework/RoyalCode.Events.Outbox.EntityFramework.csproj
+2-2
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@
8
8
<AssemblyVersion>$(MsgVer)</AssemblyVersion>
9
9
<FileVersion>$(MsgVer)</FileVersion>
10
10
<Description>
11
-
PostgreSQL mappings for components of the Outbox Pattern implemented with EntityFrameworkCore.
11
+
Components for the Outbox Pattern implemented with EntityFrameworkCore.
Copy file name to clipboardExpand all lines: RoyalCode.EnterprisePatterns/RoyalCode.UnitOfWork.EntityFramework/Extensions/PersistenceServiceCollectionExtensions.cs
+6-1
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,15 @@ public static IUnitOfWorkBuilder<TDbContext> AddUnitOfWork<TDbContext>(
0 commit comments