revoframework / Revo

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

Chore: update db providers #11

Closed martinzima closed 3 years ago

martinzima commented 3 years ago

-update DB providers in example apps to EF Core 5.0+ (Npgsql is still RC) -add net5.0 build target for Revo.Tools.DatabaseMigrator -added netcoreapp3.1 target to Revo.EFCore for use with older EF Core 3.1.x

codecov[bot] commented 3 years ago

Codecov Report

Merging #11 (cd12367) into develop (ce6d24d) will decrease coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #11      +/-   ##
===========================================
- Coverage    35.41%   35.35%   -0.06%     
===========================================
  Files          457      457              
  Lines         6754     6754              
===========================================
- Hits          2392     2388       -4     
- Misses        4362     4366       +4     
Impacted Files Coverage Δ
Revo.Core/Core/SystemClock.cs 0.00% <0.00%> (-50.00%) :arrow_down:
...cture/Jobs/InMemory/InMemoryJobSchedulerProcess.cs 84.61% <0.00%> (-5.13%) :arrow_down:
...ain/Events/ConventionEventApplyRegistratorCache.cs 81.48% <0.00%> (-1.86%) :arrow_down:

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 ce6d24d...6efbf58. Read the comment docs.