jbogard / MediatR

Simple, unambitious mediator implementation in .NET
Apache License 2.0
11k stars 1.16k forks source link

Remove unnecessary usage of GetTypeInfo #859

Closed jvandertil closed 1 year ago

jvandertil commented 1 year ago

The usage of GetTypeInfo() for these instances seems redundant, as Type provides the same properties directly.