Does .NET Core with TFVC even makes sense?
So, I'm doing some ASP.NET Core development under TFVC. I would rather use git, but our team don't really approve it since most of our code base is under TFVC anyway.
The problem is that while .NET Framework + Visual Studio + TFVC development works fine most of the time, I constantly face different troubles with .NET Core, Visual Studio and TFVC. Like moving a code file inside the same project counts as delete and add a file, which means losing change history; or adding/removing a file is not recognized by TFVC - I see no pending changes when there ARE actually changes in my codebase.
So I'm trying to figure out if TFVC even supposed to work properly with .NET Core projects and it's me doing something wrong, or Microsoft is currently giving up on TFVC support for .NET Core projects?
0 comments:
Post a Comment