Click here to Skip to main content
15,887,027 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: .NET and the nullable configuration Pin
Paul Sanders (the other one)4-Apr-23 10:46
Paul Sanders (the other one)4-Apr-23 10:46 
GeneralRe: .NET and the nullable configuration Pin
lmoelleb3-Apr-23 4:10
lmoelleb3-Apr-23 4:10 
GeneralRe: .NET and the nullable configuration Pin
harold aptroot3-Apr-23 5:39
harold aptroot3-Apr-23 5:39 
GeneralRe: .NET and the nullable configuration Pin
jschell3-Apr-23 7:02
jschell3-Apr-23 7:02 
GeneralRe: .NET and the nullable configuration Pin
lmoelleb3-Apr-23 8:55
lmoelleb3-Apr-23 8:55 
GeneralRe: .NET and the nullable configuration Pin
jschell4-Apr-23 5:31
jschell4-Apr-23 5:31 
GeneralRe: .NET and the nullable configuration Pin
lmoelleb4-Apr-23 9:19
lmoelleb4-Apr-23 9:19 
GeneralRe: .NET and the nullable configuration Pin
TNCaver3-Apr-23 7:05
TNCaver3-Apr-23 7:05 
That annoying nonsense started with .NET 6. I'm trying to be a good and obedient Microsoftie, leave Nullable enabled and deal with it in the code like they suggest. So I use truck loads of ! signs when I know good and well that it will not be null whether or not VS can see that I am checking for null values before referring to the object.

The most annoying place it warns me of possible nulls is for string properties in a POCO. Seriously, MS, most of the time it doesn't make any difference whether or not those strings are null or not and warning me that they may be is useless and generates a false warning.
There are no solutions, only trade-offs.
   - Thomas Sowell

A day can really slip by when you're deliberately avoiding what you're supposed to do.
   - Calvin (Bill Watterson, Calvin & Hobbes)


GeneralRe: .NET and the nullable configuration Pin
Chris Maunder3-Apr-23 8:38
cofounderChris Maunder3-Apr-23 8:38 
GeneralRe: .NET and the nullable configuration Pin
Marc Clifton3-Apr-23 12:00
mvaMarc Clifton3-Apr-23 12:00 
GeneralRe: .NET and the nullable configuration Pin
Chris Maunder3-Apr-23 15:34
cofounderChris Maunder3-Apr-23 15:34 
GeneralRe: .NET and the nullable configuration Pin
dazfuller3-Apr-23 20:17
dazfuller3-Apr-23 20:17 
GeneralRe: .NET and the nullable configuration Pin
Vaso Elias4-Apr-23 0:00
Vaso Elias4-Apr-23 0:00 
GeneralRe: .NET and the nullable configuration Pin
Adam O'Neil (Travelers Rest, SC)4-Apr-23 0:22
Adam O'Neil (Travelers Rest, SC)4-Apr-23 0:22 
GeneralRe: .NET and the nullable configuration Pin
rallets4-Apr-23 1:24
rallets4-Apr-23 1:24 
GeneralRe: .NET and the nullable configuration Pin
jschell4-Apr-23 5:37
jschell4-Apr-23 5:37 
GeneralRe: .NET and the nullable configuration Pin
obermd4-Apr-23 4:16
obermd4-Apr-23 4:16 
GeneralRe: .NET and the nullable configuration Pin
jschell4-Apr-23 5:41
jschell4-Apr-23 5:41 
GeneralRe: .NET and the nullable configuration Pin
harold aptroot5-Apr-23 7:12
harold aptroot5-Apr-23 7:12 
GeneralRe: .NET and the nullable configuration Pin
Yortw4-Apr-23 10:30
Yortw4-Apr-23 10:30 
GeneralRe: .NET and the nullable configuration Pin
zezba90004-Apr-23 13:28
zezba90004-Apr-23 13:28 
GeneralCCC 03-04-2023 Pin
pkfox2-Apr-23 21:23
professionalpkfox2-Apr-23 21:23 
GeneralRe: CCC 03-04-2023 Pin
Peter_in_27802-Apr-23 21:27
professionalPeter_in_27802-Apr-23 21:27 
GeneralRe: CCC 03-04-2023 Pin
pkfox2-Apr-23 21:51
professionalpkfox2-Apr-23 21:51 
GeneralRe: CCC 03-04-2023 Pin
Peter_in_27802-Apr-23 22:35
professionalPeter_in_27802-Apr-23 22:35 

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.