oceanicwang / dapper-dot-net

Automatically exported from code.google.com/p/dapper-dot-net
Other
0 stars 0 forks source link

Make Dapper CLS Compliant #83

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create an CLSCompliant library (with assembly level attribute)
2. Reference Dapper
3. See warning in build log

What is the expected output? What do you see instead?
As dapper does not use non CLS-Compliant code, it should add an assembly level 
attribute to make it CLS Compliant. It will allow projects which reference 
dapper to also be CLS Compliant.

What version of the product are you using? On what operating system?
1.8

Original issue reported on code.google.com by thomas.b...@gmail.com on 26 Jan 2012 at 2:48

GoogleCodeExporter commented 8 years ago
Done

Original comment by marc.gravell on 25 Jun 2012 at 3:49