warheat1990

Results 3 comments of warheat1990

@pdewacht: hello, any ETA on when is this changes going to be pushed in printer-driver-brlaser package? Thanks

ended up doing this ``` public sealed class ValidationBehavior : IPipelineBehavior where TRequest : IRequest { private readonly IEnumerable _validators; public ValidationBehavior(IEnumerable validators) { _validators = validators; } public async...

sorry for bumping old thread, but this is the exact issue i'm getting, any update so far?