Ability to generate custom section classes in its files
Brought to you by:
mikhail-webgear
Add ability to generate custom section classes in its files.
E.g. each section will have it's own file.
Configuration can be like this:
/customSectionFiles - will generate a file for each section (keeping any related classes within the file). The file name will be the same as section class name.
/customSectionFiles:urlRewriter,UrlRewriter\{0}.cs,errorReporter,ErrorReporterConfig.cs - will customise output paths/names based on (regex?) section name. E.g.
urlRewriter -> UrlRewriter\UrlRewriterSection.cs
errorReporter -> ErrorReporterConfig.cs
Sections not included in the list will be generated using default naming convention.