Click here to Skip to main content
15,905,776 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Greetings from Rome Pin
RickZeeland21-Apr-19 3:34
mveRickZeeland21-Apr-19 3:34 
GeneralRe: Greetings from Rome Pin
peterkmx21-Apr-19 9:24
professionalpeterkmx21-Apr-19 9:24 
GeneralRe: Greetings from Rome Pin
Mycroft Holmes21-Apr-19 19:31
professionalMycroft Holmes21-Apr-19 19:31 
GeneralRe: Greetings from Rome Pin
Mike Hankey21-Apr-19 21:53
mveMike Hankey21-Apr-19 21:53 
GeneralRe: Greetings from Rome Pin
User 58385223-Apr-19 11:40
User 58385223-Apr-19 11:40 
GeneralRe: Greetings from Rome Pin
Mark_Wallace24-Apr-19 11:29
Mark_Wallace24-Apr-19 11:29 
GeneralAnd for those who like to jam... Pin
Tim Deveaux20-Apr-19 18:08
Tim Deveaux20-Apr-19 18:08 
GeneralFxCop Analyser Pin
Super Lloyd20-Apr-19 18:03
Super Lloyd20-Apr-19 18:03 
I bit the bullet and installed the FxCop Analyzer on my own pet home projects...

First I ended up with thousands of warnings Mad | :mad:
Plenty of them useless....

Well then I embraced the global warning suppression...
It is good, but annoyingly create a GlobaSuppression.cs, it is annoying because I would have edited the error.ruleset file instead, which would be better I guess (more prominent), and sometimes it can be tedious to find the annoying rule one want to suppress in the treeview manually...

after that it did find some vaguely less than desirable code. Yeah!
(Remark, I mean just that, not quite a bug, but less than desirable, like incorrect exception constructor or using string.ToLowerInvariant() which is problematic, advised to use ToUpperInvariant(), or use a TaskScheduler explicitely, or use Array.Empty<T>() instead of new T[0])

except it is sometimes quite tedious to review 87 warnings in 4 years old code while I got other things to do... (particularly as I am, for once, "productive"... I do not need one more excuse to procrastinate on the feature that defied me for almost 2 years so far... Sigh | :sigh: )
A new .NET Serializer
All in one Menu-Ribbon Bar
Taking over the world since 1371!

GeneralRe: FxCop Analyser Pin
RickZeeland20-Apr-19 20:55
mveRickZeeland20-Apr-19 20:55 
GeneralRe: FxCop Analyser Pin
GKP199221-Apr-19 4:00
professionalGKP199221-Apr-19 4:00 
GeneralRe: FxCop Analyser Pin
#realJSOP21-Apr-19 5:15
professional#realJSOP21-Apr-19 5:15 
GeneralRe: FxCop Analyser Pin
jschell21-Apr-19 8:02
jschell21-Apr-19 8:02 
GeneralRe: FxCop Analyser Pin
David O'Neil21-Apr-19 10:41
professionalDavid O'Neil21-Apr-19 10:41 
GeneralRe: FxCop Analyser Pin
Gerry Schmitz21-Apr-19 12:06
mveGerry Schmitz21-Apr-19 12:06 
GeneralRe: FxCop Analyser Pin
jschell27-Apr-19 6:07
jschell27-Apr-19 6:07 
GeneralRe: FxCop Analyser Pin
Richard Andrew x6421-Apr-19 8:14
professionalRichard Andrew x6421-Apr-19 8:14 
GeneralThe galaxy is such a dangerous place! Pin
Super Lloyd20-Apr-19 15:55
Super Lloyd20-Apr-19 15:55 
GeneralWhere Are The Rabbit Ears... Pin
Michael Martin20-Apr-19 13:13
professionalMichael Martin20-Apr-19 13:13 
GeneralRe: Where Are The Rabbit Ears... Pin
GKP199221-Apr-19 4:04
professionalGKP199221-Apr-19 4:04 
GeneralRe: Where Are The Rabbit Ears... Pin
Mark_Wallace24-Apr-19 11:31
Mark_Wallace24-Apr-19 11:31 
NewsFrightening - just frightening Pin
Ravi Bhavnani20-Apr-19 8:51
professionalRavi Bhavnani20-Apr-19 8:51 
GeneralRe: Frightening - just frightening Pin
GuyThiebaut20-Apr-19 9:16
professionalGuyThiebaut20-Apr-19 9:16 
GeneralRe: Frightening - just frightening Pin
Jörgen Andersson20-Apr-19 10:03
professionalJörgen Andersson20-Apr-19 10:03 
GeneralRe: Frightening - just frightening Pin
GuyThiebaut20-Apr-19 21:29
professionalGuyThiebaut20-Apr-19 21:29 
GeneralRe: Frightening - just frightening Pin
Chris C-B20-Apr-19 21:46
Chris C-B20-Apr-19 21:46 

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.