Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 2a4da41

Browse files
committed
Fix CLS Compliance error in System.Composition test library
1 parent 426bc14 commit 2a4da41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/System.Composition/scenarios/TestLibrary/TestClass.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
namespace TestLibrary
1212
{
1313
[Export]
14+
[CLSCompliant(false)]
1415
public class ClassWithDependecy
1516
{
1617
public TestDependency _dep;
@@ -22,6 +23,7 @@ public ClassWithDependecy(TestDependency dep)
2223
}
2324

2425
[Export]
26+
[CLSCompliant(false)]
2527
public class ClassWithDependecyAndSameBaseType
2628
{
2729
public IDependency _dep;

0 commit comments

Comments
 (0)