Top "Cls-compliant" questions

The CLS (Common Language Specification) is a set of constraints on APIs and a complementary set of requirements on languages.

Disable CLS compliance checking in C#

I'm working on code that have the following attributes on some of its methods: [CLSCompliantAttribute(false)] How is it that …

c# cls-compliant