revoframework / Revo

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

Permission constructor now correctly accepts objects as contextId and resourceId #13

Closed martinzima closed 3 years ago

martinzima commented 3 years ago

-Permission constructor now correctly accepts objects as contextId and resourceId (in accordance with change from 1.18.0) -next fix version: 1.18.2

codecov[bot] commented 3 years ago

Codecov Report

Merging #13 (4dbb141) into develop (1ea3517) will decrease coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #13      +/-   ##
===========================================
- Coverage    35.50%   35.47%   -0.03%     
===========================================
  Files          457      457              
  Lines         6754     6754              
===========================================
- Hits          2398     2396       -2     
- Misses        4356     4358       +2     
Impacted Files Coverage Δ
Revo.Core/Security/Permission.cs 100.00% <100.00%> (ø)
Revo.Core/Core/SystemClock.cs 0.00% <0.00%> (-50.00%) :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 1ea3517...4dbb141. Read the comment docs.