From 3ec5726619d8789e3cb5de8bd0ec1bb16f6c0231 Mon Sep 17 00:00:00 2001 From: Rung Date: Fri, 25 Oct 2024 11:07:17 +0700 Subject: [PATCH] Release Functional AspNetCore version 3.0.0 --- .../Codehard.Functional.AspNetCore.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Codehard.Functional/Codehard.Functional.AspNetCore/Codehard.Functional.AspNetCore.csproj b/src/Codehard.Functional/Codehard.Functional.AspNetCore/Codehard.Functional.AspNetCore.csproj index 8259071..fb5e696 100644 --- a/src/Codehard.Functional/Codehard.Functional.AspNetCore/Codehard.Functional.AspNetCore.csproj +++ b/src/Codehard.Functional/Codehard.Functional.AspNetCore/Codehard.Functional.AspNetCore.csproj @@ -4,11 +4,11 @@ net6.0 enable enable - 2.5.2 + 3.0.0 A library contains common code related to functional programming in ASP.NET Core based on LanguageExt. https://github.com/codehardth/Codehard.Functional https://github.com/codehardth/Codehard.Functional - Fixed stack overflow exception for HttpResultError. + Add error wrapper action result loggin filter true