Mark X10D.DSharpPlus as not CLS-compliant

D#+ makes heavy use of ulong for snowflake IDs, which is not a CLS-compliant type
This commit is contained in:
Oliver Booth 2022-11-29 17:27:18 +00:00
parent 8dfe6d5082
commit aeef084dba
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
[assembly: CLSCompliant(true)]
[assembly: CLSCompliant(false)]