Open
Description
After dotnet paket install
project system returns project data contains no references at all. It's fixed by manually running dotnet restore
after dotnet paket install
has finished.
We should somehow detect that dotnet paket install/update
were run and fire dotnet restore
automatically.
CC: @forki
Activity