Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created March 1, 2026 13:19
Show Gist options
  • Select an option

  • Save wullemsb/3ea6da98ab4b386f86c2fecc1a9386d1 to your computer and use it in GitHub Desktop.

Select an option

Save wullemsb/3ea6da98ab4b386f86c2fecc1a9386d1 to your computer and use it in GitHub Desktop.
app.MapGet("/products/search", async ([AsParameters] ProductSearchParams search, ProductsDb db, CancellationToken ct) =>
{
// handler logic...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment