Closed joaomatossilva closed 2 years ago
Actually not sure if the is different comparision shouldn't be a greater if instead
I started working on a PR to fix this, based on an issue I reported here: https://github.com/jbogard/MediatR/issues/674
But I see this one, which appears to do the same thing I need. Is there a reason it hasn't been approved?
Found a situation where a generic type doesn't have the entire number of parameter to satisfy.
take this type for example:
results in the following exception being thrown: System.ArgumentException: 'The number of generic arguments provided doesn't equal the arity of the generic type definition. (Parameter 'instantiation')'