You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use Tuple for .net35 in a ClsCompliant lib, which broke the build because of lacking ClsCompliance.
Is this hard to change or is it just the missing attribute
[assembly: ClsCompliant (true)] in Assembly info.cs?
The text was updated successfully, but these errors were encountered:
I tried to use Tuple for .net35 in a ClsCompliant lib, which broke the build because of lacking ClsCompliance.
Is this hard to change or is it just the missing attribute
[assembly: ClsCompliant (true)] in Assembly info.cs?
The text was updated successfully, but these errors were encountered: