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