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
Add XML docs and cleanup to mediator core interfaces/classes
Extensive XML documentation was added to all major mediator interfaces and classes, improving code readability and IDE support. Updated using directives for EasyExtensions.Mediator.Contracts across files. Replaced static lambdas in ConcurrentDictionary.GetOrAdd with non-static versions for compatibility. Removed TypeForwardings.cs and related type forwarding attributes. Made minor code style improvements and clarified dependencies. No functional changes to mediator logic.
0 commit comments