From d5b9c1adb30048d62107cd6427fd5168bd80b0b1 Mon Sep 17 00:00:00 2001 From: Habeeb Ajide Date: Sat, 12 Feb 2022 17:07:59 +0100 Subject: [PATCH] TypeFix for later Version and .Net 6 --- .../Behaviours/UnhandledExceptionBehaviour.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Ordering/Ordering.Application/Behaviours/UnhandledExceptionBehaviour.cs b/src/Services/Ordering/Ordering.Application/Behaviours/UnhandledExceptionBehaviour.cs index dff234da..6b21f89a 100644 --- a/src/Services/Ordering/Ordering.Application/Behaviours/UnhandledExceptionBehaviour.cs +++ b/src/Services/Ordering/Ordering.Application/Behaviours/UnhandledExceptionBehaviour.cs @@ -6,7 +6,7 @@ namespace Ordering.Application.Behaviours { - public class UnhandledExceptionBehaviour : IPipelineBehavior + public class UnhandledExceptionBehaviour : IPipelineBehavior where TRequest : IRequest { private readonly ILogger _logger;