From 347b0535e5fe93bdc39ca031b3f971e0af1619b4 Mon Sep 17 00:00:00 2001 From: Jeremy Skinner <90130+JeremySkinner@users.noreply.github.com> Date: Thu, 10 Aug 2023 18:57:15 +0100 Subject: [PATCH] Add deprecation message to readme. --- .github/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/README.md b/.github/README.md index 76e7232..2d832d9 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,3 +1,11 @@ +# No longer supported + +## The FluentValidation.AspNetCore package is no longer being maintained and is now unsupported. We encourage users move away from this package and use the core FluentValidation package with a manual validation approach as detailed at https://docs.fluentvalidation.net/en/latest/aspnet.html + +## Further details about this decision can be found at https://github.com/FluentValidation/FluentValidation/issues/1959 + +## The existing code and documentation remains here for reference but will not receive any new features or fixes. + # ASP.NET Core integration for FluentValidation [![Build Status](https://github.com/FluentValidation/FluentValidation.AspNetCore/workflows/CI/badge.svg)](https://github.com/FluentValidation/FluentValidation.AspNetCore/actions?query=workflow%3ACI) [![NuGet](https://img.shields.io/nuget/v/FluentValidation.AspNetCore.svg)](https://nuget.org/packages/FluentValidation.AspNetCore)