You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please tell me what this would solve? Is there a bug happening the way it is now? Parsing to dynamic is very slow, so I'd like to have a good use case for it.
The following line calls IRepository.Save untyped (T is always AggregateRoot)
CQRSlite/Framework/CQRSlite/Domain/Session.cs
Line 75 in ce8cc0f
I would suggest to use dynamic
This calls Save with the concrete Type of the aggregate.
The text was updated successfully, but these errors were encountered: