jbogard/ContosoUniversity

FxCop CA1034

collinbarrett opened this issue · 1 comments

Hey Jimmy,

I've been using MediatR on a couple projects for the last 6 months and love it.

I've seen in many of your examples that you use nested types often for encapsulating your commands/queries. FxCop flags the CA1034 warning when using this pattern. Is that CA1034 rule anything we should be concerned about when using MediatR?

Thanks!