-
Notifications
You must be signed in to change notification settings - Fork 96
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
Aborts if white space before or after the content of a Namespace tag #199
Comments
Text added in the issue editor was removed upon selecting the submit button. |
Example entered in the issue editor was Namespace opening tag followed by whitespace followed by above URL followed by Namespace closing tag. |
DO you have the design file? |
Get the example from here |
Added a fix that will be part of the next version. |
To be clear - spaces before or after tag content are not spurious rather they are valid characters in an XML document per the specification. The example to reproduce the issue was a simple space at the end. The initial error however occurred when newline characters were added after each attribute for readability rather than a single long line of text. |
Throws a System.NullReferenceException at
ModelCompiler.ModelGenerator2.WriteTemplate_ConstantsSingleFile
ModelGenerator2.cs:line 2299
Example - Attributes ignored for clarity
https://test.internal/UA/example/
The text was updated successfully, but these errors were encountered: