chore: add CLSCompliant attribute to avoid build compilation warnings.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
[assembly: InternalsVisibleTo("InkBlot.Tests")]
|
||||
[assembly: InternalsVisibleTo("InkBlot.Tests")]
|
||||
[assembly: CLSCompliant(false)]
|
||||
Reference in New Issue
Block a user