Mdl2Tool icon indicating copy to clipboard operation
Mdl2Tool copied to clipboard

Modified the generation of Unicode Strings in CS file

Open artfuldev opened this issue 10 years ago • 3 comments

Unicode Strings of the format "&#x{1};" do not work from code behind. So instead used "\u{1}" format, and now it actually works from code behind. And generally tried to clean up some code and formatting.

Moved formats to the Create<<>>File() methods.

artfuldev avatar Jul 06 '15 08:07 artfuldev

Also added name for feedback icon

artfuldev avatar Jul 06 '15 08:07 artfuldev

Added Feedback in Nuget Content

artfuldev avatar Jul 06 '15 08:07 artfuldev

Added some null checks and some formatting. Reduced actual Items multiple enumeration into a single enumeration and select. Updated Templarian.json and the resulting output files.

artfuldev avatar Jul 06 '15 09:07 artfuldev