There was an error while loading. Please reload this page.
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.
Remove GenerationLanguage, FileExtension, IncludeQueryTraceOn9481Flag and FilterCount The FileExtension page goes, the CommandTimeout page covers only the timeout, the trace-flag advice leaves the SQL Server page, and the upgrade guide lists thirteen assignments to delete. Settings index regenerated.
Add pages for the core, namespace, view and relationship settings Nine more, several of them shared pages for settings that only make sense read together: the three provider/template settings, the three connection string settings, the namespace settings, the enum settings, the folder settings, and the two nullability spelling settings. Plus ViewProcessing, AddExtraForeignKeys, UseMappingTables and the timeout pair. ViewProcessing is the one worth reading. A view has no primary key, so the generator falls back to treating every non-nullable column as part of a composite key - which silently makes EF de-duplicate rows that are not duplicates.