BenjaminCharlton / FluentValidationForMassTransit

Allows functionality from the FluentValidation libraries to used in a GreenPipes (MassTransit) pipeline.
Apache License 2.0
4 stars 2 forks source link

Support for Scoped Dependencies #1

Open randygeyer opened 1 year ago

randygeyer commented 1 year ago

Hi Benjamin,

I'm fairly new to MassTransit, but was looking for an elegant way to handle message validation. This looks like it!

Question, will the validators support Scoped dependency injection via the container?

Thanks!

randygeyer commented 1 year ago

Disregard, I see there's a ConsumeContext on the Filter. I'll let you know how my integration goes. Best - rg