dotnet / dotnet/AspNetCore.Docs
Document validation support for minimal APIs
Open
10.0
10.p3
Pri1
- Dominant language
- C#
- Stars
- 13.1k
- Forks
- 24.6k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 97
Description
In .NET 10 Preivew 3, we're introducing support for minimal API validation support.
I've created a sample repo and some notes on the implementation to serve as source material here: https://github.com/captainsafia/minapi-validation-support.
One thing to note is that this feature has a user-facing component for developers who are building minimal APIs and a framework component for developers who are building frameworks or their own validation libraries.
I think our first priority is developers building APIs since that's where the biggest product gap it exists.
Contributor guide
Assessment
This issue has not been assessed yet.