S
Sid Price
Does VB.NET have any support for inline warning suppression like C#? I am
porting a project from VB.NET 2003 to VB.NET 2005 and I have a bunch of
warnings that after careful examination are benign. I would like to be able
to mark those lines of code so that the warnings to not appear. I do not
want to use a global suppression of the warning check since there may be a
time when adding code that the warning is required to be issued and
addressed.
Thanks,
Sid.
porting a project from VB.NET 2003 to VB.NET 2005 and I have a bunch of
warnings that after careful examination are benign. I would like to be able
to mark those lines of code so that the warnings to not appear. I do not
want to use a global suppression of the warning check since there may be a
time when adding code that the warning is required to be issued and
addressed.
Thanks,
Sid.