Reputation: 71
I have been testing the Visual Studio 2015 RC with a Visual Studio Online Git project and I've found some problems on Visual Studio. I'd like to know if somebody has some way to get rid of these issues as they are very annoying.
These were only some of the issues I've found, when Visual Studio does not refresh the interface. This could lead to errors and misinterpretations.
Do you have any ideas on how to overcome these problems?
Upvotes: 1
Views: 899
Reputation: 114641
1 and 2 have been fixed since RC as far as I can tell. I'm not on VS 2015 update 1 RC and these issues no longer occur.
3 can be prevented by having a .gitignore
when creating a new repo, Visual Studio will add a default .gitignore
automatically.
4 has been fixed in VS 2015 RTM, at least on my machine.
Upvotes: 1