When the attribute CLSCompliant is not set in AssemblyInfo, whats its default value (True or False)? If possible, please provide a link to some official source where it was defined.
I looked for for it in the microsoft manuals but i couldnt find the definition.
The documentation is fairly clear on this:
So basically, the absence of the attribute is equivalent to
assembly:CLSCompliant(false).