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
Tool and Version
EarlyBoundGenerator V 1.2021.6.14
Describe the bug
When an ampersand & sign is used in the generated comments, these are not escaped. (possible other xml entities aswell)
To Reproduce
Steps to reproduce the behavior:
Create a field on an entity with an ampersand in the description field. In our case we created a field named CoCNumber on the account with the description: 'The KvK (Dutch Companies) or D&B (Foreign Companies) number of the account.'
Generate the entities using the early bound generator
Review the generated summary on the generated strong typed field.
/// <summary>/// The KvK (Dutch Companies) or D&B (Foreign Companies) number of the account./// </summary>
Expected behavior
The generated summary should have been XML escaped
/// <summary>/// The KvK (Dutch Companies) or D&B (Foreign Companies) number of the account./// </summary>
The text was updated successfully, but these errors were encountered:
@daryllabar I checked for this bug in Albanian Early Bound (where I correctly handle comments generated by the tool), and I can confirm that this is a bug with CrmSvcUtil.exe, probably a workaround is needed.
Tool and Version
EarlyBoundGenerator V 1.2021.6.14
Describe the bug
When an ampersand & sign is used in the generated comments, these are not escaped. (possible other xml entities aswell)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The generated summary should have been XML escaped
The text was updated successfully, but these errors were encountered: