AspNetCore.Docs
AspNetCore.Docs copied to clipboard
.NET 7: Update What's new in ASP.NET Core 7.0
- [x] Preview 1
- [x] #26345
- [x] #26821
- [x] #26683
- [x] #26346
- [x] #26445
- [x] #26569 Is that new to .NET 6 or .NET 7?
- [x] #26566
- [x] Improved console output for dotnet watch
- [x] Configure dotnet watch to always restart for rude edits
- [x] Preview 2
- [x] Infer API controller action parameters that come from services fixed in #26230
- [x] #26291
- [x] Binding arrays and StringValues from headers and query strings in minimal APIs Program.cs #26410
- [x] #26341
- [ ] Preview 3
- [x] Support for route handler filters in minimal APIs done in: Filters in Minimal API apps
- [ ] #26352
- [x]
code #26378: #26423 - [x] #26355
- [ ] #26845
- [x] #26846
- [x] #26356
-
[ ] Preview 4
- [x] Typed results for minimal APIs
- [x] HTTP/2 performance improvements
- [x] #26480
- [ ] OpenAPI improvements for minimal APIs
- [ ] #26818 @tdykstra
- [ ] #26819 @tdykstra
- [x] #26514
- [x] #26515
-
[ ] Preview 5
- [x] #26155
- [x] #26540
-
[ ] Preview 6
- [x] #26541
- [ ] #26542 @tdykstra
- [x] #26545
- [x] #26546
- [x] #26547
-
[ ] Preview 7
- [ ] #26682
- [x] #26683
- [ ] #26685
- [ ] #26686
-
[ ] RC1
- [ ] #27002
- [ ] #27003
- [ ] #27005 https://github.com/dotnet/AspNetCore.Docs.Samples/issues/45
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: ed83a5ff-cb3a-8655-9f9a-a441da52424e
- Version Independent ID: ed83a5ff-cb3a-8655-9f9a-a441da52424e
- Content: What's new in ASP.NET Core 7.0
- Content Source: aspnetcore/release-notes/aspnetcore-7.0.md
- Product: aspnet-core
- Technology: aspnetcore-releasenotes
- GitHub Login: @Rick-Anderson
- Microsoft Alias: riande
@martincostello if you look at is:open label:"code help wanted" there are a bunch of samples we're looking for help writing. Grab any that look interesting.
Happy to do #26345 if the other person doesn't want to as I implemented it in the first place 😃
Need to include gRPC JSON transcoding. There was a small section on the preview 4 blog post. This blog post goes into more detail: https://devblogs.microsoft.com/dotnet/announcing-grpc-json-transcoding-for-dotnet/
@sammychinedu2ky @fiyazbinhasan new samples to write at is:open label:"code help wanted"
@Rick-Anderson are there any plans to add a section about route groups? https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-4/#route-groups
Maybe in the overview doc https://docs.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis?view=aspnetcore-7.0
@Rick-Anderson are there any plans to add a section about route groups? https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-4/#route-groups
Yes, can you update a sample to add route groups?