revoframework / Revo

Event Sourcing, CQRS and DDD framework for C#/.NET Core.
https://docs.revoframework.net/
MIT License
644 stars 70 forks source link

fixed: in EF Core, when synchronously projecting multiple times in a … #56

Closed martinzima closed 1 year ago

martinzima commented 1 year ago

…single tx (e.g. because projector itself publishes events), do not project the already projected events again

codecov[bot] commented 1 year ago

Codecov Report

Merging #56 (908337e) into develop (9e5b2b6) will increase coverage by 0.09%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #56      +/-   ##
===========================================
+ Coverage    36.88%   36.97%   +0.09%     
===========================================
  Files          472      472              
  Lines         6561     6561              
===========================================
+ Hits          2420     2426       +6     
+ Misses        4141     4135       -6     
Impacted Files Coverage Δ
...evo.EFCore/Projections/EFCoreSyncProjectionHook.cs 100.00% <ø> (+100.00%) :arrow_up:
....Infrastructure/Projections/ProjectionSubSystem.cs 0.00% <ø> (ø)
Revo.Core/Core/SystemClock.cs 0.00% <0.00%> (-50.00%) :arrow_down:
...cture/Jobs/InMemory/InMemoryJobSchedulerProcess.cs 88.23% <0.00%> (-11.77%) :arrow_down:
...EFCore/Projections/EFCoreEventProjectionOptions.cs 100.00% <0.00%> (+100.00%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9e5b2b6...908337e. Read the comment docs.