Skip to content
This repository was archived by the owner on Dec 26, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ A library for using FluentValidation with Blazor
[![Nuget downloads](https://img.shields.io/nuget/dt/Blazored.FluentValidation?logo=nuget)](https://www.nuget.org/packages/Blazored.FluentValidation/)
![Build & Test Main](https://github.com/Blazored/FluentValidation/workflows/Build%20&%20Test%20Main/badge.svg)

## 📢 Important Notice from Contributor

Unfortunately, I'm no longer able to maintain this project. The NuGet key has expired, and I don't have a way to renew it. Rather than trying to patch things up, I've decided to channel my efforts into a complete rewrite.

Introducing [**Blazilla**](https://github.com/loresoft/Blazilla) — a fresh take on FluentValidation for Blazor. This new project was built from the ground up to address many of the lingering issues in the original implementation. If you're looking for a modern, actively maintained solution, I encourage you to check it out.

🔗 [GitHub – Blazilla](https://github.com/loresoft/Blazilla)

Thanks for your support!
~ Paul

## Installing

You can install from Nuget using the following command:
Expand Down
Loading