Open noocyte opened 2 years ago
We have a very specific use-case where we want to only bind our MediatR classes from certain namespaces, sort of like the assembly support today. Is this too specific to be considered into the package? The inital call would look something like this:
services.AddMediatR(typeof(Ping).GetTypeInfo().Assembly, "IncludedNamespace");
We have a very specific use-case where we want to only bind our MediatR classes from certain namespaces, sort of like the assembly support today. Is this too specific to be considered into the package? The inital call would look something like this: