Skip to content

Commit

Permalink
Add deprecation message to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremySkinner committed Aug 10, 2023
1 parent 3ab2bae commit 347b053
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 347b053

Please sign in to comment.