Rick Andy
Rick Andy
See [Provide endpoint descriptions and summaries for minimal APIs](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-2/#provide-endpoint-descriptions-and-summaries-for-minimal-apis) and write sample code in https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/fundamentals/minimal-apis/endpoint-description-summary/7.0-samples then delete https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/fundamentals/minimal-apis/endpoint-description-summary/7.0-samples/ReadMe.md cc @fiyazbinhasan
[New problem details service](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-7/#new-problem-details-service) - [x] Create sample middleware in https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/fundamentals/middleware from https://github.com/dotnet/AspNetCore.Docs.Samples/pull/25 Sample at https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/fundamentals/middleware/problem-details-service Also document #25107 --- #### Document Details ⚠ *Do not edit this section. It...
[New HttpResults interfaces](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-7/#new-httpresults-interfaces)
- [x] [Preview 1](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-net-7-preview-1/) - [x] #26345 - [x] #26821 - [x] #26683 - [x] #26346 - [x] #26445 - [x] #26569 Is that new to .NET 6 or .NET...
[Diagnostics middleware updates](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-7/#diagnostics-middleware-updates) Create sample showing how to use this in https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/fundamentals/middleware
Leave a comment here if you would like to have code comments in your native language.
[IFormFile/IFormFileCollection support for authenticated requests in minimal APIs](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-7/#iformfile-iformfilecollection-support-for-authenticated-requests-in-minimal-apis) See - [x] #26345 Code done, see #26453 can't publish until .NET 7 . See also [test sample](https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/fundamentals/minimal-apis/samples/IFormFile/Program.cs)
[Authentication will use single scheme as DefaultScheme](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-7/#authentication-will-use-single-scheme-as-defaultscheme)
[JSON options configuration](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-net-7-preview-1/#json-options-configuration) `ConfigureRouteHandlerJsonOptions` has been renamed `ConfigureHttpJsonOptions`, see https://github.com/dotnet/aspnetcore/pull/42747 Need to update the following code for next release: ``` using System.Text.Json.Serialization; var builder = WebApplication.CreateBuilder(args); builder.Services.ConfigureRouteHandlerJsonOptions(options => { options.SerializerOptions.ReferenceHandler...
[Request decompression middleware](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-6/#request-decompression-middleware) See https://github.com/dotnet/aspnetcore/pull/40279 Put sample [here](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/fundamentals/middleware/samples) then delete the [readme file](https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/fundamentals/middleware/samples/readme.txt)