Hello!
It is safe to ignore this warning?
Argument type 'uint' is not CLS-compliant
I'm developing a Compact Framework applicatin and I have a lot of P/Invoke and I have to use uint, ushort, etc. as parameter's types.
I've used [CLSCompliantAttribute(false)]
to avoid the warning messages but I don't know it is safe.
Some help would be apreciated.
Thanks.