-
Notifications
You must be signed in to change notification settings - Fork 25.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minimal API parameter binding for argument lists #26540
Comments
@fiyazbinhasan @martincostello anyone interested in writing this sample code? |
Sure, I can put something together for this. |
@Rick-Anderson I'll put together a specific example a bit later today or tomorrow, but I'd already written a sample app for an internal talk at my work last month, so I've just put the whole file for all the new features I did examples for as far as preview 5/6 here. The specific one for |
@martincostello can you put your sample in https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/fundamentals/minimal-apis/samples ? |
@martincostello do you have an ETA on when you'll be able to write this sample? If possible, use a variation of todoitems |
Sorry for the delay with this - been quite busy with other things at the moment to get around to this. I'll aim to get you something for that other repo by the end of next week. |
Add code sample for dotnet/AspNetCore.Docs#26540.
Add code sample for dotnet/AspNetCore.Docs#26540.
Add code sample for dotnet/AspNetCore.Docs#26540.
Add code sample for dotnet/AspNetCore.Docs#26540.
Minimal API parameter binding for argument lists
see dotnet/aspnetcore#41325
Put code in https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/fundamentals/minimal-apis/arg-lists/readme.txt and delete readme.txt
Use
@brunolins16
to reviewThe text was updated successfully, but these errors were encountered: