icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.08k stars 771 forks source link

Wrong Value Show in Variable inspector tooltip for Nullable types during debugging. #794

Open vikas0sharma opened 7 years ago

vikas0sharma commented 7 years ago

If we initialise a nullable type and hover over it during debugging to inspect its value, it shows HasValue ="True" even if doesn't contain anything or initialized with null. image