Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CLSCompliantAttribute #10

Closed
saucecontrol opened this issue Apr 12, 2022 · 2 comments
Closed

Add CLSCompliantAttribute #10

saucecontrol opened this issue Apr 12, 2022 · 2 comments

Comments

@saucecontrol
Copy link

Like strong naming, this is generally pointless these days, but it's viral. If you have a project that declares CLS compliance, you get compiler warnings on any types exposed in public APIs that are not also declared CLS compliant.

All the BCL assemblies are marked CLS compliant, so that's a difference between this package and what would be the 'official' one if it existed.

[assembly: CLSCompliant(true)]
@bgrainger
Copy link
Owner

Available in v1.0.2.

@saucecontrol
Copy link
Author

Wow, that was speedy, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants