You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I tried this sample with Net6 Preview 4 and wasn't seeing things build. How does this line change with Preview 4 to accept the model binding model?
Hi! I tried this sample with Net6 Preview 4 and wasn't seeing things build. How does this line change with Preview 4 to accept the model binding model?
app.MapGet("/weather/{location}", [EnableCors("weather")] async (Coordinate location) =>
The text was updated successfully, but these errors were encountered: