Anton Piskunov
Anton Piskunov
@srivatsn @davkean FYI, not sure if it is known , but probably would be release blocking ...
@natidea try to remove all obj/bin/.vs folders form teh solution form all projects, close VS and open solution again - that worked for me everytime to get that repro
I did request some thing similar last year, but it did not go anywhere unfortunately. It would be nice to make keyboard handling extensible to support something like this: ...
related: https://github.com/dotnet/project-system/issues/2758
The only place we can do it in Add Reference dialog or Nuget Package Manager dialog , since only there we know explicitly , that new dependency was added. All...
Note: removing Guid and Name metadata from ProjectReference would fix that, but imagine users converting tehir projects and see errors when where there should be no error at all... they...
yes, correct
Just encountered this issue again and was going to open an issue and remembered that i already opened it before. I believe this needs to be fixed and here is...
In this scenario, project system does have all info it needs and don't have to go to DTE. Project reference path is fully resolved and brought by DT build. Btw,...
FYI: we were discussing supporting VSLangProj.References with @jviau and are making corresponding changes in Managed project system and CPS. It should work soon hopefully ..