Click here to Skip to main content
15,891,184 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: Purchase of the month Pin
Mike Hankey20-Dec-18 10:00
mveMike Hankey20-Dec-18 10:00 
GeneralThought of the Day Pin
OriginalGriff18-Dec-18 5:36
mveOriginalGriff18-Dec-18 5:36 
GeneralRe: Thought of the Day Pin
W Balboos, GHB18-Dec-18 5:39
W Balboos, GHB18-Dec-18 5:39 
GeneralRe: Thought of the Day Pin
User 842018-Dec-18 5:52
User 842018-Dec-18 5:52 
GeneralRe: Thought of the Day Pin
  Forogar  18-Dec-18 5:54
professional  Forogar  18-Dec-18 5:54 
GeneralRe: Thought of the Day Pin
DRHuff18-Dec-18 6:09
DRHuff18-Dec-18 6:09 
GeneralRe: Thought of the Day Pin
GuyThiebaut18-Dec-18 23:08
professionalGuyThiebaut18-Dec-18 23:08 
RantAnother C# code analysis rant Pin
Super Lloyd18-Dec-18 1:05
Super Lloyd18-Dec-18 1:05 
I was just checking my home project compilation results and realised that I had warning turned off on the error tab. SO I went on a compilation warning hunt!

And behold, Code analysis item CA2213 wants me to write bugs!

I got a class with a temporary IDisposable field, that is created OnMouseDown() and disposed OnMouseUp().

No matter, to satisfy this f***ing moronic Mad | :mad: Roll eyes | :rolleyes: analysis warning I implement IDisposable and in my Dispose() method a nullable invocation, like so, myTempDisposable?.Dispose()

But no, no, no, the analyser is NOT a happy chappy. I must invoke Dispose(), without caring for item being null!! Unsure | :~ OMG | :OMG: D'Oh! | :doh:

[EDIT] grrmmrrbblll... at least the analyiser is OK with an if statement, as in if (x != null) x.Dispose();.
A new .NET Serializer
All in one Menu-Ribbon Bar
Taking over the world since 1371!

GeneralRe: Another C# code analysis rant Pin
F-ES Sitecore18-Dec-18 1:41
professionalF-ES Sitecore18-Dec-18 1:41 
GeneralRe: Another C# code analysis rant Pin
ZurdoDev18-Dec-18 1:50
professionalZurdoDev18-Dec-18 1:50 
GeneralRe: Another C# code analysis rant Pin
Super Lloyd18-Dec-18 2:15
Super Lloyd18-Dec-18 2:15 
GeneralRe: Another C# code analysis rant Pin
Slacker00718-Dec-18 2:28
professionalSlacker00718-Dec-18 2:28 
GeneralRe: Another C# code analysis rant Pin
maze318-Dec-18 5:25
professionalmaze318-Dec-18 5:25 
GeneralRe: Another C# code analysis rant Pin
Eddy Vluggen18-Dec-18 1:48
professionalEddy Vluggen18-Dec-18 1:48 
GeneralRe: Another C# code analysis rant Pin
ZurdoDev18-Dec-18 1:50
professionalZurdoDev18-Dec-18 1:50 
GeneralRe: Another C# code analysis rant Pin
Eddy Vluggen18-Dec-18 1:56
professionalEddy Vluggen18-Dec-18 1:56 
GeneralRe: Another C# code analysis rant Pin
Eytukan18-Dec-18 21:44
Eytukan18-Dec-18 21:44 
GeneralRe: Another C# code analysis rant Pin
MarkTJohnson18-Dec-18 1:56
professionalMarkTJohnson18-Dec-18 1:56 
GeneralRe: Another C# code analysis rant Pin
Super Lloyd18-Dec-18 2:13
Super Lloyd18-Dec-18 2:13 
GeneralRe: Another C# code analysis rant Pin
Eddy Vluggen18-Dec-18 2:19
professionalEddy Vluggen18-Dec-18 2:19 
GeneralRe: Another C# code analysis rant Pin
Super Lloyd18-Dec-18 3:04
Super Lloyd18-Dec-18 3:04 
GeneralRe: Another C# code analysis rant Pin
Eddy Vluggen18-Dec-18 4:30
professionalEddy Vluggen18-Dec-18 4:30 
GeneralRe: Another C# code analysis rant Pin
Super Lloyd18-Dec-18 5:23
Super Lloyd18-Dec-18 5:23 
GeneralRe: Another C# code analysis rant Pin
lopatir18-Dec-18 3:18
lopatir18-Dec-18 3:18 
GeneralRe: Another C# code analysis rant Pin
PIEBALDconsult18-Dec-18 4:00
mvePIEBALDconsult18-Dec-18 4:00 

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.