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 @tdsrhh, this is a known behavior (or expected behavior). Because VS doesn't allow openning an old style csproj file in editor, the workaound EditProject used is, creating a temp file (which is printed in your screenshot) for it and use VS edit the temp file, and watching the temp file, once it's changed, replace the csproj file with it. For the whole process to work, the extension needs to maintain a few mapping status and events in memory, if VS reboot, all these data are lost.
Hi
Editing an old style csproj file I receive attached image after project is reloaded ...
I am using vs2022
Regards
The text was updated successfully, but these errors were encountered: