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
|
|
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
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
There are currently 1 users browsing this thread. (0 members and 1 guests)