Context menu's 'Edit csproj' intermittently not working in Visual Studio 2019

浪尽此生 提交于 2019-12-11 06:49:13

问题


Visual Studio 2019 has the very useful facility to edit the project's csproj file without first unloading the project via the context menu (or 'right click menu' to aid the search feature):

However, I'm finding this isn't working intermittently, a lot of the time it just does nothing when I click the option. Later it will start working again without restarting the project. This is for a solution with multiple .NET Core Web projects and multiple .NET Standard libraries.

Does anyone know the cause of this?

(Possibly related: I've also been having issues with saving a csproj file causing my changes to be undone as per this question.)

来源:https://stackoverflow.com/questions/55569426/context-menus-edit-csproj-intermittently-not-working-in-visual-studio-2019

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!