Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix broken doc link: add /docs/ prefix to aspnet page reference
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
  • Loading branch information
thomhurst and claude committed Feb 17, 2026
commit c8c8c5dfcb95fc3fbcd582a2dc542942461d5dda
2 changes: 1 addition & 1 deletion docs/docs/guides/cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ For a complete integration testing setup with EF Core Code First, TestContainers
- **Dynamic schema support**: Custom `IModelCacheKeyFactory` ensures correct model caching per schema
- **Clean teardown**: `DROP SCHEMA ... CASCADE` removes all tables after each test

See the [ASP.NET Core Integration Testing](/examples/aspnet#per-test-schema-isolation-with-ef-core) docs for the full pattern.
See the [ASP.NET Core Integration Testing](/docs/examples/aspnet#per-test-schema-isolation-with-ef-core) docs for the full pattern.

### Testing with Test Containers (Docker)

Expand Down
Loading