Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Code doesn't update .csproj file

I am having trouble adding new files to a .csproj based project using Visual Studio Code. I can manually edit the .csproj file, but this is somewhat cumbersome. Does VSCode support automatic handling of the .csprojects?

like image 228
Felix Avatar asked Nov 12 '15 08:11

Felix


People also ask

How do I edit a .csproj file in Visual Studio 2019?

To edit any . csproj file, we right-click on the project and click on Edit . csproj. With Visual Studio 2019, you can also edit the project file via a double-click.

Can we edit Csproj file?

CSPROJ files are are meant to be opened and edited in Microsoft Visual Studio (Windows, Mac) as part of Visual Studio projects. However, because CSPROJ files are XML files, you can open and edit them in any text or source code editor.


1 Answers

Its bit old question but if someone looks on this, they should not miss this vscode extension to update the .csproj when they add/delete files in the opened project in VS Code.

like image 193
Thaadikkaaran Avatar answered Sep 21 '22 06:09

Thaadikkaaran