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.
Add pages for the modifier, collection, schema and stored proc settings Five more: the five class modifier settings on one page, the two collection settings on another, GenerateHasDefaultValueSql, PrependSchemaName and UsePropertiesForStoredProcResultSets. Two facts worth having written down. The collection interface must be assignable from the concrete type, so IList with HashSet does not compile and the generator does not check. And UsePropertiesForStoredProcResultSets does nothing at all on a single-result-set procedure, which is why people report it as broken.