Click here to Skip to main content
15,880,469 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Jyoti Lal16-Apr-17 21:41
Jyoti Lal16-Apr-17 21:41 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Dave Kreskowiak17-Apr-17 3:16
mveDave Kreskowiak17-Apr-17 3:16 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Jyoti Lal17-Apr-17 20:26
Jyoti Lal17-Apr-17 20:26 
AnswerRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
ZurdoDev14-Apr-17 7:46
professionalZurdoDev14-Apr-17 7:46 
AnswerRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Pete O'Hanlon14-Apr-17 8:36
mvePete O'Hanlon14-Apr-17 8:36 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Jyoti Lal16-Apr-17 21:43
Jyoti Lal16-Apr-17 21:43 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Pete O'Hanlon16-Apr-17 22:09
mvePete O'Hanlon16-Apr-17 22:09 
AnswerRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Nick_314159265416-Apr-17 13:00
Nick_314159265416-Apr-17 13:00 
It seems to me that you could tackle this in one of two ways: (1) Finer granularity on your build process. Somebody else already suggested a full-blown CI solution, but you could (I suppose) build say 4 times per day, which would dice-up the problem and presumably help; (2) Semi-automate the debug process by correlating changed modules with locations where errors are arising.

Option 1 requires that you can get those merges done more often and turn the build handle. Option 2 strikes me as a good thing to do anyway, but whether it adds much value will obviously depend on how "orthogonal" the changes are that people are making to the code: if many are making changes in the same few files then it's not really going to work.
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Jyoti Lal16-Apr-17 21:56
Jyoti Lal16-Apr-17 21:56 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Nick_314159265417-Apr-17 7:46
Nick_314159265417-Apr-17 7:46 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Jyoti Lal17-Apr-17 20:29
Jyoti Lal17-Apr-17 20:29 
QuestionVisual Studio 2017 autocorrect Pin
chipp_zanuff12-Apr-17 0:30
chipp_zanuff12-Apr-17 0:30 
AnswerRe: Visual Studio 2017 autocorrect Pin
Richard MacCutchan12-Apr-17 1:07
mveRichard MacCutchan12-Apr-17 1:07 
GeneralRe: Visual Studio 2017 autocorrect Pin
chipp_zanuff12-Apr-17 1:36
chipp_zanuff12-Apr-17 1:36 
GeneralRe: Visual Studio 2017 autocorrect Pin
Richard MacCutchan12-Apr-17 2:06
mveRichard MacCutchan12-Apr-17 2:06 
AnswerRe: Visual Studio 2017 autocorrect Pin
Dave Kreskowiak12-Apr-17 4:38
mveDave Kreskowiak12-Apr-17 4:38 
GeneralRe: Visual Studio 2017 autocorrect Pin
chipp_zanuff14-Apr-17 5:42
chipp_zanuff14-Apr-17 5:42 
GeneralRe: Visual Studio 2017 autocorrect Pin
Dave Kreskowiak14-Apr-17 5:56
mveDave Kreskowiak14-Apr-17 5:56 
GeneralRe: Visual Studio 2017 autocorrect Pin
chipp_zanuff14-Apr-17 9:10
chipp_zanuff14-Apr-17 9:10 
GeneralRe: Visual Studio 2017 autocorrect Pin
Dave Kreskowiak14-Apr-17 11:35
mveDave Kreskowiak14-Apr-17 11:35 
GeneralRe: Visual Studio 2017 autocorrect Pin
chipp_zanuff16-Apr-17 0:36
chipp_zanuff16-Apr-17 0:36 
GeneralRe: Visual Studio 2017 autocorrect Pin
Dave Kreskowiak16-Apr-17 3:07
mveDave Kreskowiak16-Apr-17 3:07 
GeneralRe: Visual Studio 2017 autocorrect Pin
chipp_zanuff16-Apr-17 4:23
chipp_zanuff16-Apr-17 4:23 
GeneralRe: Visual Studio 2017 autocorrect Pin
Eddy Vluggen16-Apr-17 8:39
professionalEddy Vluggen16-Apr-17 8:39 
GeneralRe: Visual Studio 2017 autocorrect Pin
Richard MacCutchan16-Apr-17 3:49
mveRichard MacCutchan16-Apr-17 3:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.