CLSCompliant

Since all my assemblies have the [assembly: CLSCompliant(true)] attribute I always get "type is not clscompliant" when I use any of the FastReport types in a method signature.

Are there specific reasons for FastReport not being clscompliant?

Comments

  • edited 2:01AM
    Hello,

    We use some types like "uint". It's not CLS compliant type, but we need it.
  • edited 2:01AM
    AlexTZ wrote: »
    We use some types like "uint". It's not CLS compliant type, but we need it.

    I believe flagging public/protected members with [CLSCompliant(false)] should be enough?
  • edited 2:01AM
    Ok, I will change the code in the next daily build.

Leave a Comment