mono / t4

T4 text templating engine
Other
395 stars 101 forks source link

T4.BuildTools No way to override default namespace for preprocessed templates. #183

Open VirusQuartirus opened 8 months ago

VirusQuartirus commented 8 months ago

By now default namespace is used for all templates despite their location in project structure. This differs from VS templating behavior when subfolder path is appended to the namespace. And there is no option to override target namespace explicitly with CustomToolNamespace property as well.