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

Make shipped assemblies have CLSCompliant(true) applied #267

Merged
merged 1 commit into from
Sep 28, 2016

Conversation

lahma
Copy link
Contributor

@lahma lahma commented Sep 28, 2016

By applying CLSCompliant(true) attribute to assemblies library consumers no longer need to mark their public code (methods, constructors) referencing BenchmarkDotNet assets as CLSCompliant(false).

@AndreyAkinshin
Copy link
Member

LGTM. @adamsitnik, what do you think?

@AndreyAkinshin AndreyAkinshin added this to the v0.10.0 milestone Sep 28, 2016
@adamsitnik
Copy link
Member

LGTM

@AndreyAkinshin It looks that BenchmarkDotNet reached the moment when people build other software on top of it ;)

@adamsitnik adamsitnik merged commit fb84024 into dotnet:master Sep 28, 2016
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

Successfully merging this pull request may close these issues.

None yet

3 participants