Skip to content

Commit 87cca72

Browse files
Add comment about CLSCompliantAttribute
1 parent f5e2e40 commit 87cca72

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
using System;
22

3-
[assembly:CLSCompliant(false)]
3+
// This assembly exposes types that are not CLS-compliant
4+
[assembly: CLSCompliant(false)]
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
using System;
22

3-
[assembly:CLSCompliant(false)]
3+
// This assembly exposes types that are not CLS-compliant
4+
[assembly: CLSCompliant(false)]

0 commit comments

Comments
 (0)