We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ae470 commit ea3f1cbCopy full SHA for ea3f1cb
1 file changed
aspnetcore/release-notes/aspnetcore-10/includes/MinimalAPIValidationRecordTypes.md
@@ -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