mtrutledge / generator-dnn

Yeoman generator to scaffold DNN / DotNetNuke Modules and Themes.
MIT License
17 stars 10 forks source link

[MVC] Settings.resx is not being generated correctly #26

Closed SkyeHoefling closed 6 years ago

SkyeHoefling commented 6 years ago

When generating a MVC project the Settings.resx file is not being generated correctly the file is malformed and won't open in Visual Studio:

image

After further investigation it appears that the following fields contain <%= moduleName %> which appears to be correct generator syntax as a placeholder

My assumption is the xml is not being properly parsed in this case. I took a look at the SPA configuration and it doesn't have these fields so we could just rip it out.

@mtrutledge what direction would you like to go with this?

mtrutledge commented 6 years ago

I noticed this earlier today and ripped it out on my local machine. I have some more tests to do before committing but this should be fixed when I push my next code.

mtrutledge commented 6 years ago

I added a MVC and SPA label so we can label the issues.

mtrutledge commented 6 years ago

This has been resolved