docs(efcore): schema mapping customization page + sample, and 9.18 EF Core blog draft - #384
Merged
Merged
Conversation
… Core blog draft Adds a "Schema Mapping Customization" doc page for the EfSchemaMappingCustomization hook (CustomizeTable + AdditionalObjects), backed by a compilable mdsnippet sample in DocSamples, wired into the EF Core sidebar. Also adds a draft blog post covering the EF Core improvements across the recent releases (schema parity, EF migration generation, and the customization hook). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…view Adds a Blog entry to the top nav and a Blog sidebar section, a /blog/ landing page listing posts, and a callout linking to the post from the EF Core overview. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the
EfSchemaMappingCustomizationhook shipped in #383, and adds a draft blog post covering the EF Core improvements across the recent releases.docs/efcore/schema-customization.md— "Schema Mapping Customization": the two-part hook (CustomizeTable+AdditionalObjects), the customization-aware overloads onCreateMigrationAsync/CreateDatabase/GetSchemaObjectsForMigration, ordering guarantees, and notes. Wired into the EF Core sidebar indocs/.vitepress/config.ts.src/DocSamples/EfCoreCustomizationSamples.cs— two compilable regions (sample_efcore_schema_mapping_customization,sample_efcore_customization_create_database) backing the doc snippets. Verified compiling inDocSamplesagainst the merged hook.docs/blog/efcore-9.18.md— draft post on schema parity, EF migration generation, and the customization hook. Not yet wired into VitePress nav (intentionally a source-only draft for now).Verification
dotnet build src/DocSamples/DocSamples.csproj -f net9.0→ 0 errorsmdsnippetspopulates both snippet blocks in the doc pageNotes
https://weasel.jasperfx.net/...; confirm that's the live docs domain.🤖 Generated with Claude Code