Skip to content

Publishing collection of INotifications #124

@jblackburn21

Description

@jblackburn21

In v2.1 I was able to loop through a collection of INotifications and publish the events since it used var notificationType = notification.GetType(); to determine the exact notification type of the handlers to execute. In v3, it uses var notificationType = typeof(TNotification);, which causes it to look for handlers that implement IAsyncNotificationHandler. Can this be changed back to the original behavior?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions