Skip to content

History / Settings.AllowNullStrings

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 the POCO shape settings Ten more: UsePascalCase, UseDataAnnotations, UsePropertyInitialisers, UseLazyLoading, AllowNullStrings, IncludeColumnsWithDefaults, IncludeFieldNameConstants, OrderProperties, TableSuffix, and a shared page for IncludeComments and IncludeExtendedPropertyComments. The two comment settings share a page because they take the same enum and the useful thing to say is why their defaults differ - schema facts at the end of the line, human descriptions in a summary block.

    @sjh37 sjh37 committed Aug 30, 2026