-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ampersand in module description causes failure to load projects #3231
Comments
Have you tested using |
@W6HBR Thank you for reporting. The fields in the module and theme creator will either need validation or encoding to prevent this from happening. |
@thabaum |
fix #3231 - validate module description
@W6HBR the *.csproj file is an XML file so rather than encoding invalid XML characters I opted to validate the field and only allow alphanumeric characters and spaces. |
The inclusion of the ampersand in a module description causes each project of the solution to fail to load.
Example description: "Lookup & reporting module".
Trying to manually load the project will return the error:
The project file could not be loaded. An error occurred while parsing EntityName. Line 8, position 32.
Manually editing the project file and changing the offending character will resolve the issue.
The text was updated successfully, but these errors were encountered: