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
{{ message }}
This repository was archived by the owner on Oct 4, 2021. It is now read-only.
[AspNetCore] Avoid exception when saving run configurations
When loading a ASP.NET Core project, OnCreateRunConfiguration is called
for the "Default" config, and the ASP.NET Core implementation does the
syncing of the launchSettings.json file, in which case it enumerates
the existing RunConfigurations in the Project, which in turn calls
again OnCreateRunConfiguration to create the "Default" again.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1005086
0 commit comments