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

.NET (Core and Framework)

 
GeneralRe: My (previously working) DateTimePickers have gone nuts! Pin
Gerry Schmitz19-Apr-17 11:27
mveGerry Schmitz19-Apr-17 11:27 
GeneralRe: My (previously working) DateTimePickers have gone nuts! Pin
Peter R. Fletcher19-Apr-17 12:33
Peter R. Fletcher19-Apr-17 12:33 
GeneralRe: My (previously working) DateTimePickers have gone nuts! Pin
Gerry Schmitz19-Apr-17 13:26
mveGerry Schmitz19-Apr-17 13:26 
AnswerRe: My (previously working) DateTimePickers have gone nuts! Pin
leon de boer22-Apr-17 19:27
leon de boer22-Apr-17 19:27 
QuestionFind a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Jyoti Lal13-Apr-17 20:59
Jyoti Lal13-Apr-17 20:59 
AnswerRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Dave Kreskowiak14-Apr-17 5:52
mveDave Kreskowiak14-Apr-17 5:52 
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 
In this case, I agree with Pete. You're not going to be able to write code to automatically find which check in caused the problem. You could even have multiple problems.

You have two possible paths here. The first is to debug the code and do what you've been doing. This is, obviously, time consuming and reactionary.

The other is to implement a check in process where the code is tested before you allow it to be checked in. It sounds like you've got people "breaking the build" on just about every check in. That's not tolerable and must be prevented. Yeah, it sounds like it's more time to do this. It is but instead of spending that time on finding and fixing the bug you're spending it on preventing the bugs and improving the quality of the code.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

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 
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 

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.