AspNetCore.Docs
AspNetCore.Docs copied to clipboard
.NET 7: MapGroup support for more extension methods
I think adding more extension methods to the Todo would be nice to have. Would make some updates
@Rick-Anderson
@sammychinedu2ky what's the status on MapGroup support for more extension methods Was this ever done?
@sammychinedu2ky what's the status on MapGroup support for more extension methods Was this ever done?
https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/fundamentals/minimal-apis/7.0-samples/todo-group
I wrote this a month ago.
@Rick-Anderson I think it would be less confusing if I keep the todo-group sample as it is. For the unit/integration testing task, I've created another project WebMinRouteGroup, which is pretty much similar to @sammychinedu2ky sample (but updated)
@sammychinedu2ky you might want to update your todo-group sample since it's not working. Some of the APIs has changed e.g. AddRouteHandlerFilter has been renamed to AddEndpointFilter
once you update the sample, that could be used for showcasing the Route Group feature in the doc.
Ooh thanks. Let me check it out @fiyazbinhasan
done 🥂
done 🥂
PR that updated the code?
done 🥂
PR that updated the code?
Yh