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:37AM
    Hello,

    We use some types like "uint". It's not CLS compliant type, but we need it.
  • edited 2:37AM
    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:37AM
    Ok, I will change the code in the next daily build.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.