So we have a teammate who did a bad commit via TFS, committed half of his work, none of his resources, and let's say that this morning nothing compiles. He's on his way to correct the thing.
Now my question is, how can this be?
Let's say we have Solution A with project B which contains View A1
, A2
and A3
. The folder ALSO contains A5
and A6
which uses this in the project that has not been compiled.
When we build our solution, Visual Studio shows errors related to A5
and A6
saying that there are missing references in these views.
The B.csproj
does not include these views. I'm looking for solutions and ideas to solve this mystery while my teammate comes back to fix his problem (he'll also get a blame for this, probably).