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

Remove ClsCompliant declarations from C# code #318

Closed
jskeet opened this issue Apr 29, 2015 · 0 comments
Closed

Remove ClsCompliant declarations from C# code #318

jskeet opened this issue Apr 29, 2015 · 0 comments
Assignees
Labels

Comments

@jskeet
Copy link
Contributor

jskeet commented Apr 29, 2015

Currently we generate:

[ClsCompliant(false)]

on properties/methods which use non-CLS-compliant types. It turns out no-one really uses CLS compliance as far as I can tell, so this is just cruft which can add unhelpful warnings. It would be good to have this removed from the C# codegen.

@jskeet jskeet added the c# label Apr 29, 2015
anandolee added a commit that referenced this issue May 1, 2015
Remove ClsCompliant declarations from C# code (fix #318)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants