Click here to Skip to main content
15,791,806 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 22:41
Jyoti Lal16-Apr-17 22:41 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Dave Kreskowiak17-Apr-17 4:16
mveDave Kreskowiak17-Apr-17 4:16 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Jyoti Lal17-Apr-17 21:26
Jyoti Lal17-Apr-17 21:26 
AnswerRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
ZurdoDev14-Apr-17 8:46
professionalZurdoDev14-Apr-17 8: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 9:36
subeditorPete O'Hanlon14-Apr-17 9:36 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Jyoti Lal16-Apr-17 22:43
Jyoti Lal16-Apr-17 22: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 23:09
subeditorPete O'Hanlon16-Apr-17 23:09 
AnswerRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Nick_314159265416-Apr-17 14:00
Nick_314159265416-Apr-17 14: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 22:56
Jyoti Lal16-Apr-17 22:56 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Nick_314159265417-Apr-17 8:46
Nick_314159265417-Apr-17 8:46 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Jyoti Lal17-Apr-17 21:29
Jyoti Lal17-Apr-17 21:29 
QuestionVisual Studio 2017 autocorrect Pin
chipp_zanuff12-Apr-17 1:30
chipp_zanuff12-Apr-17 1:30 
AnswerRe: Visual Studio 2017 autocorrect Pin
Richard MacCutchan12-Apr-17 2:07
mveRichard MacCutchan12-Apr-17 2:07 
GeneralRe: Visual Studio 2017 autocorrect Pin
chipp_zanuff12-Apr-17 2:36
chipp_zanuff12-Apr-17 2:36 
GeneralRe: Visual Studio 2017 autocorrect Pin
Richard MacCutchan12-Apr-17 3:06
mveRichard MacCutchan12-Apr-17 3:06 
AnswerRe: Visual Studio 2017 autocorrect Pin
Dave Kreskowiak12-Apr-17 5:38
mveDave Kreskowiak12-Apr-17 5:38 
GeneralRe: Visual Studio 2017 autocorrect Pin
chipp_zanuff14-Apr-17 6:42
chipp_zanuff14-Apr-17 6:42 
GeneralRe: Visual Studio 2017 autocorrect Pin
Dave Kreskowiak14-Apr-17 6:56
mveDave Kreskowiak14-Apr-17 6:56 
GeneralRe: Visual Studio 2017 autocorrect Pin
chipp_zanuff14-Apr-17 10:10
chipp_zanuff14-Apr-17 10:10 
GeneralRe: Visual Studio 2017 autocorrect Pin
Dave Kreskowiak14-Apr-17 12:35
mveDave Kreskowiak14-Apr-17 12:35 
GeneralRe: Visual Studio 2017 autocorrect Pin
chipp_zanuff16-Apr-17 1:36
chipp_zanuff16-Apr-17 1:36 
GeneralRe: Visual Studio 2017 autocorrect Pin
Dave Kreskowiak16-Apr-17 4:07
mveDave Kreskowiak16-Apr-17 4:07 
GeneralRe: Visual Studio 2017 autocorrect Pin
chipp_zanuff16-Apr-17 5:23
chipp_zanuff16-Apr-17 5:23 
GeneralRe: Visual Studio 2017 autocorrect Pin
Eddy Vluggen16-Apr-17 9:39
professionalEddy Vluggen16-Apr-17 9:39 
GeneralRe: Visual Studio 2017 autocorrect Pin
Richard MacCutchan16-Apr-17 4:49
mveRichard MacCutchan16-Apr-17 4: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.