Skip to content

History / Settings.StoredProcedureRename

Revisions

  • 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 callbacks and the undocumented settings Twelve more pages. Every generated code block is produced by Generator.Tests.Unit/DocSamples and checked by WikiSnippetDriftTests. The previously undocumented ones are the point of this batch: PrependSchemaNameForStoredProcedure, AddOwnedEntityMappings, the four MultiContextAllFields*Processing callbacks, and a shared page for the runtime values - Root, TemplateFile, FilterCount and DefaultConstructorArgument - which appear in examples across five other pages and were explained on none. The four MultiContextAllFields callbacks share one page rather than having four near-identical ones. They differ only in which object they hand you. ForeignKeyName documents all six attempt numbers. The wiki previously said five, and attempt 6 is the one whose answer is used whether it collides or not.

    @sjh37 sjh37 committed Aug 30, 2026