Results 1 to 3 of 3

Thread: CLS compilance of Ice for C#

  1. #1
    kovacm is offline Registered User
    Name: Michal Kovac
    Organization: Charles University in Prague
    Project: Ferda Data Mining
    Join Date
    Jan 2005
    Posts
    60

    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

  2. #2
    michi's Avatar
    michi is offline Registered User
    Name: Michi Henning
    Organization: Triodia Technologies
    Project: I have a passing interest in Ice :-)
    Join Date
    Feb 2003
    Location
    Brisbane, Australia
    Posts
    1,055
    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.

  3. #3
    kovacm is offline Registered User
    Name: Michal Kovac
    Organization: Charles University in Prague
    Project: Ferda Data Mining
    Join Date
    Jan 2005
    Posts
    60
    thank you

    Michal

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •