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
.NET 10 introduces support for running ASP.NET Core apps locally during development using the *.dev.localhost host name thanks to improvements in the HTTPS dev cert and Kestrel. We should update the Aspire templates to support using this host name for projects created using the Aspire templates.