Description:
Summary documentation for features in the .Net Connector are missing or not properly linked.
I have included an example from the MySqlMebershipProvider.CreateUser Method to give an example.
I have unistalled the connector and reinstalled prior to bug submittal.
Thanks,
GW
[Missing <summary> documentation for "M:MySql.Web.Security.MySQLMembershipProvider.CreateUser(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Object,System.Web.Security.MembershipCreateStatus@)"]
Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.0.3.0
Syntax
C#
public override MembershipUser CreateUser(
string username,
string password,
string email,
string passwordQuestion,
string passwordAnswer,
bool isApproved,
Object providerUserKey,
out MembershipCreateStatus status
)
Visual Basic (Declaration)
Public Overrides Function CreateUser ( _
username As String, _
password As String, _
email As String, _
passwordQuestion As String, _
passwordAnswer As String, _
isApproved As Boolean, _
providerUserKey As Object, _
<OutAttribute> ByRef status As MembershipCreateStatus _
) As MembershipUser
Visual C++
public:
virtual MembershipUser^ CreateUser(
String^ username,
String^ password,
String^ email,
String^ passwordQuestion,
String^ passwordAnswer,
bool isApproved,
Object^ providerUserKey,
[OutAttribute] MembershipCreateStatus% status
) override
Parameters
username
Type: System..::.String
[Missing <param name="username"/> documentation for "M:MySql.Web.Security.MySQLMembershipProvider.CreateUser(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Object,System.Web.Security.MembershipCreateStatus@)"]
password
Type: System..::.String
[Missing <param name="password"/> documentation for "M:MySql.Web.Security.MySQLMembershipProvider.CreateUser(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Object,System.Web.Security.MembershipCreateStatus@)"]
email
Type: System..::.String
[Missing <param name="email"/> documentation for "M:MySql.Web.Security.MySQLMembershipProvider.CreateUser(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Object,System.Web.Security.MembershipCreateStatus@)"]
passwordQuestion
How to repeat:
Open Help search for any term.
Suggested fix:
Recompile CHM file post updated connector and put chm file on the documentation page for download.