Skip to content

Conversation

thefringeninja
Copy link
Contributor

I would like to check things like my aggregate applied events of a certain type. When using OfType the type parameter does not get printed. Even so that won't work: if you chain (e.g. OfType().Count().Equals(1)), Count also has generic parameters and it looks awful.

A good compromise is to just use typeof(InventoryItemDeactivated) instead. This PR will print that out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant