jbogard / MediatR

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

PipelineBehaviors not worked for internal classes #940

Closed neonise closed 11 months ago

neonise commented 12 months ago

I have a FleuntValidation Pipeline Behavior that there is in an internal nuget package server. In my application solution I have an internal fluent validation AbstractValidator class. But validation behavior does not work for this validation class.

jbogard commented 11 months ago

Make it public.