Skip to content

History / Settings.GenerateSeparateFiles

Revisions

  • Fix broken wiki links to missing Settings Reference sections and pages Settings Reference is now a single A to Z table, so links to its old per-setting anchors landed at the top of the page. Links to settings documented on a shared page, such as Settings.HiLoSequences, pointed at pages that do not exist. Both now go to the page and section that document the setting.

    @sjh37 sjh37 committed Sep 10, 2026
  • Remove the duplicate H1 title from wiki pages and deep-link Settings Reference entries GitHub Wiki already renders the page name as the title, so a leading # heading made it appear twice. Home keeps its heading as it names the project rather than repeating "Home". Settings Reference rows for settings documented on a shared page now link to the relevant section.

    @sjh37 sjh37 committed Sep 10, 2026
  • Add per-setting pages for file layout and the DbContext Ten more: GenerateSeparateFiles, UseRegions, UsePragma, UseResharper, IncludeCodeGeneratedAttribute, and shared pages for the header/footer text settings, the two DbContext name settings, the two base class settings, and AddUnitTestingDbContext with FakeDbContextInDebugOnlyMode. Settings that are always set together, or that only make sense read together, share a page. Four separate stubs saying 'see the other one' would be worse documentation than one page that explains the pair. UseResharper's page leads with the fact that the shipped Database.tt sets it true while the class initialiser says false.

    @sjh37 sjh37 committed Aug 30, 2026