Xml comments are still malformed as of build 6.1.20.125
Xml comments are still malformed as of build 6.1.20.125, this issue isn't fixed as noted here http://youtrack.jetbrains.net/issue/RSRP-284320
Here is the output.
/// <summary>
/// Provides set of options available to configure the user account provider.
/// </summary>
/// <remarks>
/// Eyal Shilony, 04/12/2011.
/// </remarks>
public class UserAccountProviderConfiguration
{
/// <summary>
/// Gets a value indicating whether the user account provider is configured to allow users to reset their passwords.
/// </summary>
/// <value>true if the user account provider supports password reset; otherwise, false. the
/// default value is true.</value>
public bool EnablePasswordReset
{
get;
set;
}
/// <summary>
/// Gets the number of invalid password or password-answer attempts allowed before the user account is locked out.
/// </summary>
/// <value>The number of invalid password or password-answer attempts allowed before the
/// user account is locked out.</value>
public int MaxInvalidPasswordAttempts
{
get;
set;
}
/// <summary>
/// Gets the minimum number of special characters that must be present in a valid password.
/// </summary>
/// <value>The minimum number of special characters that must be present in a valid password.</value>
public int MinRequiresNonAlphanumericCharacters
{
get;
set;
}
/// <summary>
/// Gets the minimum length required for a password.
/// </summary>
/// <value>The minimum length required for a password.</value>
public int MinRequiresPasswordLength
{
get;
set;
}
/// <summary>
/// Gets the number of minutes in which a maximum number of invalid password or password-answer attempts are allowed before the user account is locked out.
/// </summary>
/// <value>The number of minutes in which a maximum number of invalid password or password-
/// answer attempts are allowed before the user account is locked out.</value>
public int PasswordAttemptWindow
{
get;
set;
}
/// <summary>
/// Gets a value indicating the format for storing passwords.
/// </summary>
/// <value>One of the
/// <see cref="UserAccountPasswordFormat" />
/// values indicating the format
/// for storing passwords.</value>
public UserAccountPasswordFormat PasswordFormat
{
get;
set;
}
/// <summary>
/// Gets the regular expression used to evaluate a password.
/// </summary>
/// <value>A regular expression used to evaluate a password.</value>
public string PasswordStrengthRegularExpression
{
get;
set;
}
}
Please sign in to leave a comment.
This issue is really annoying! I've updated to the latest build 6.1.22 and it's still not fixed, I'm using the Cleanup Code quite a lot and each time I do I have to mess with these comments...
Hello Eyal
I've reopened the issue and we'll look into this problem again. Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"