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 support for generic commands #38

Closed martinzima closed 3 years ago

martinzima commented 3 years ago

fixed support for generic commands (still without automatic discovery of generic command handlers, though, needs to register manually)

codecov[bot] commented 3 years ago

Codecov Report

Merging #38 (4ef6ee6) into develop (c95f8e7) will increase coverage by 1.17%. The diff coverage is 57.57%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #38      +/-   ##
===========================================
+ Coverage    36.78%   37.95%   +1.17%     
===========================================
  Files          475      476       +1     
  Lines         7014     7027      +13     
===========================================
+ Hits          2580     2667      +87     
+ Misses        4434     4360      -74     
Impacted Files Coverage Δ
Revo.Core/Commands/CommandHandlerDiscovery.cs 0.00% <0.00%> (ø)
Revo.Core/Commands/CommandsModule.cs 0.00% <0.00%> (ø)
Revo.Core/Core/CoreModule.cs 0.00% <0.00%> (ø)
Revo.Core/Security/PermissionTypeIndexer.cs 0.00% <ø> (ø)
Revo.Core/Commands/CommandTypeDiscovery.cs 100.00% <100.00%> (ø)
...ucture/Security/Commands/CommandPermissionCache.cs 88.23% <100.00%> (+88.23%) :arrow_up:
Revo.Core/Types/VersionedType.cs 88.88% <0.00%> (+11.11%) :arrow_up:
...o.Core/Commands/CommandHandlerBindingExtensions.cs 52.17% <0.00%> (+52.17%) :arrow_up:
... and 3 more

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 c95f8e7...4ef6ee6. Read the comment docs.