revoframework / Revo

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

Bugfix: missing IQueryTranslationPlugin in EF Core's internal DI container #16

Closed martinzima closed 3 years ago

martinzima commented 3 years ago

bugfix: missing IQueryTranslationPlugin in EF Core's internal DI container

codecov[bot] commented 3 years ago

Codecov Report

Merging #16 (5defce2) into develop (90b186b) will increase coverage by 0.05%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #16      +/-   ##
===========================================
+ Coverage    34.99%   35.04%   +0.05%     
===========================================
  Files          464      464              
  Lines         6832     6839       +7     
===========================================
+ Hits          2391     2397       +6     
- Misses        4441     4442       +1     
Impacted Files Coverage Δ
...taAccess/Query/CustomQueryTranslationConfigurer.cs 0.00% <0.00%> (ø)
...Query/CustomQueryTranslationPreprocessorFactory.cs 0.00% <0.00%> (ø)
...tructure/Jobs/InMemory/InMemoryJobWorkerProcess.cs 92.30% <0.00%> (+3.84%) :arrow_up:
...cture/Jobs/InMemory/InMemoryJobSchedulerProcess.cs 100.00% <0.00%> (+10.25%) :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 90b186b...5defce2. Read the comment docs.