Skip to content

Instantly share code, notes, and snippets.

@umayeras
Created November 12, 2021 12:21
Show Gist options
  • Save umayeras/b03977cf1935b0db83e2111128481012 to your computer and use it in GitHub Desktop.
Save umayeras/b03977cf1935b0db83e2111128481012 to your computer and use it in GitHub Desktop.
services.AddTransient(typeof(IPipelineBehavior<,>), typeof(ValidationBehavior<,>));
services.AddTransient(typeof(IRequestExceptionHandler<,,>), typeof(ExceptionHandlingBehavior<,,>));
services.AddTransient(typeof(IPipelineBehavior<,>), typeof(LoggingBehavior<,>));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment