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
For example, if in file exists such attribute, the renamer protection will break everything
namespaceSystem.Diagnostics.CodeAnalysis{/// <summary>/// Specifies that null is allowed as an input even if the corresponding type disallows it./// </summary>[global::System.AttributeUsage(global::System.AttributeTargets.Field|global::System.AttributeTargets.Parameter|global::System.AttributeTargets.Property,Inherited=false)]internalsealedclassAllowNullAttribute:global::System.Attribute{}}
The text was updated successfully, but these errors were encountered:
Summary
Magic attributes such as these, may cause issues
Basic Example
For example, if in file exists such attribute, the renamer protection will break everything
The text was updated successfully, but these errors were encountered: