Constraint type 'System.IConvertible' is not CLScompliant build warning

Add [CLSCompliant(false)] attribute for class. 

It's means don't need to do CLS check for another language(VB.NET,F#) but C#.

原文地址:https://www.cnblogs.com/zhangchenliang/p/2422796.html