Does anyone know if the IsNullOrEmpty bug is fixed in 3.0 or later? I currently came across the (NullReferenceException) bug in 2.0 and I have found documentation stating that is supposed to be fixed in the next release, but no definitive answer.
|
|
|||||||||
|
|
|
I found some info on the matter:
|
||
|
|
|
|
Works with .NET 3.5SP1. Test program for those who want to try it (mostly taken from bug report):
Compile with /o+ /debug- from the command line. |
||
|
|
|
|
Microsoft has reported this bug as fixed on the Connect site. If you can still repro the issue, I encourage you to resubmit the regression. |
||
|
|
|
|
I think it depends on where you came across this bug also. If you encountered it in a table adapter for instance it is because the properties themselves are set to return that exception when a value is null. |
||
|
|
