Archived

This forum has been archived. Please start a new discussion on GitHub.

CLS compilance of Ice for C#

It can be stupid question: Why is not Ice for C# CLS compilant? (with CLSCompliant Attribute set to true) It's hard for me then make other C# .dll which use ice to be CLS compilant.

Thanks
Michal

Comments

  • I believe that the generated code is CLS-compliant already. It's just that the [assembly:CLSCompliant(true)] attribute setting is missing. (If you believe that any part of the generated code is not CLS-compliant, please let us know.)

    Thanks for pointing this out--I'll add the attribute to the generated code for the next release.

    Cheers,

    Michi.
  • thank you

    Michal