How to automatically update changes from other project reference to current project C# - VS Code

45 Views Asked by At

I am using Visual Studio Code for development of .NET Core web API project.

I have several class libraries in my project. i am trying to add reference of project library using following command

dotnet add reference ..//myProject/Library1/Library1.csproj

Once added Library1 reference to another library, if any changes are required on Library1 project, those changes are not automatically detected in another library, i explicitly have to remove the reference and add it again.

Are any settings required to automatically update changes from other library on VS Code?

0

There are 0 best solutions below