I don't know if this is an issue for you really.
When you're building an app that takes into consideration things like localisation, you're probably not relying on Visual Studio's scaffolding / code generation capabilities
but, I thought it was worth mentioning.
E.g, my razor already has control groups in it due to the fact they were generated for me .. and then the .EditorFor part of the control group is now essentially nesting a new control group into the HTML output
I don't know if this is an issue for you really. When you're building an app that takes into consideration things like localisation, you're probably not relying on Visual Studio's scaffolding / code generation capabilities
but, I thought it was worth mentioning.
E.g, my razor already has control groups in it due to the fact they were generated for me .. and then the .EditorFor part of the control group is now essentially nesting a new control group into the HTML output
\