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
/// <summary>/// Indicates that this property is a dictionary containing SAML attribute values./// </summary>/// <remarks>This attribute should only be placed on a Dictionary<string, string?></remarks>[AttributeUsage(AttributeTargets.Property)]publicsealedclassSamlAttributesAttribute:System.Attribute;
The fixer for SA1629 will replace the ; with . instead of appending it, thereby breaking the XML syntax.
The text was updated successfully, but these errors were encountered:
The fixer for
SA1629
will replace the;
with.
instead of appending it, thereby breaking the XML syntax.The text was updated successfully, but these errors were encountered: