C
C#2y ago
bialasik__

My vscode is weird

I switched from vs2022 to vscode and now i get thrown these warnings which i never got in vs2022. The program is running fine but is there a way to get rid of them??
1 Reply
333fred
333fred2y ago
You can get rid of them by addressing them You are being warned that your code does not handle null correctly And, depending on the input it receives, could crash