A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Hi @Anonymous
Binding DateOnly is not fully supported in .Net6 https://github.com/dotnet/aspnetcore/issues/34591. For a workaround, you could install this package DateOnlyTimeOnly.AspNet . Then add builder.Services.AddDateOnlyTimeOnlyStringConverters(); to your program.cs
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.