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
namespaceSystem.Runtime.CompilerServices{[System.AttributeUsage(AttributeTargets.Module|AttributeTargets.Class|AttributeTargets.Delegate|AttributeTargets.Interface|AttributeTargets.Method|AttributeTargets.Struct,AllowMultiple=false,Inherited=false)]publicsealedclassNullableContextAttribute:Attribute{publicreadonlybyteFlag;publicNullableContextAttribute(byteflag){Flag=flag;}}publicenumNullableMembers{Public=0,// public and protected onlyInternal=1,// public, protected, internalAll=2,}[System.AttributeUsage(AttributeTargets.Module,AllowMultiple=false)]publicsealedclassNullableMembersAttribute:Attribute{publicreadonlyNullableMembersMembers;publicNullableMembersAttribute(NullableMembersmembers){Members=members;}}}
The text was updated successfully, but these errors were encountered:
Need option for UI too.
Initial from #553
CS8632=The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Also need load this option from bytecode
System.Runtime.CompilerServices.NullableContextAttribute
The text was updated successfully, but these errors were encountered: