Skip to content

Commit ea3f1cb

Browse files
authored
Prep Only: v10p4: Min API Validation: Record types (#35440)
1 parent 43ae470 commit ea3f1cb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### Improvements to Minimal APIs Validation
2+
3+
<!-- https://github.com/dotnet/aspnetcore/pull/61193 -->
4+
<!-- https://github.com/dotnet/aspnetcore/pull/61402 -->
5+
Beginning in Preview 4, ASP.NET Core supports validation on record types. With this enhancement,
6+
inputs to API endpoints defined using `record` types are now validated automatically, in the same way as
7+
class types.

0 commit comments

Comments
 (0)