You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like strong naming, this is generally pointless these days, but it's viral. If you have a project that declares CLS compliance, you get compiler warnings on any types exposed in public APIs that are not also declared CLS compliant.
All the BCL assemblies are marked CLS compliant, so that's a difference between this package and what would be the 'official' one if it existed.
[assembly:CLSCompliant(true)]
The text was updated successfully, but these errors were encountered:
Like strong naming, this is generally pointless these days, but it's viral. If you have a project that declares CLS compliance, you get compiler warnings on any types exposed in public APIs that are not also declared CLS compliant.
All the BCL assemblies are marked CLS compliant, so that's a difference between this package and what would be the 'official' one if it existed.
The text was updated successfully, but these errors were encountered: