Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The type or namespace name 'nullable' could not be found (are you missing a using directive or an assembly reference?) [closed]

In a C# file when I try to run the file, Am getting the above error. Probably, I must have deleted the namespace by mistake and am not able to find it now. Kindly let me know what is the namespace to be used for nullable type.

like image 420
user3564495 Avatar asked Nov 26 '25 20:11

user3564495


1 Answers

Point your cursor to the Nullable then press Ctrl+..

BTW its using System;

like image 185
Md Nazmoon Noor Avatar answered Nov 28 '25 08:11

Md Nazmoon Noor



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!