File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 "pattern" : " learn\\ .microsoft\\ .com" ,
7777 "comment" : " Returns HTTP 404 for some valid pages due to redirects"
7878 },
79+ {
80+ "pattern" : " docs\\ .microsoft\\ .com" ,
81+ "comment" : " Old Microsoft docs domain, some pages return 404"
82+ },
83+ {
84+ "pattern" : " docs\\ .docker\\ .com" ,
85+ "comment" : " Some Docker MCP pages return 404"
86+ },
87+ {
88+ "pattern" : " mongodb\\ .com/blog" ,
89+ "comment" : " Some MongoDB blog posts return 404"
90+ },
7991 {
8092 "pattern" : " encina\\ .dev" ,
8193 "comment" : " Future domain - not yet registered"
Original file line number Diff line number Diff line change @@ -883,7 +883,6 @@ Log output shows routing decisions:
883883- [ Multi-Tenancy Guide] ( multi-tenancy.md )
884884- [ Module Isolation Guide] ( module-isolation.md )
885885- [ Health Checks Overview] ( ../guides/health-checks.md )
886- - [ Connection Management] ( ../guides/connection-management.md )
887886
888887---
889888
Original file line number Diff line number Diff line change @@ -865,9 +865,9 @@ dotnet run -c Release --project tests/Encina.BenchmarkTests/Encina.Benchmarks --
865865
866866## Related Documentation
867867
868- - [ Read/Write Separation Benchmarks] ( ../../tests/Encina.BenchmarkTests/Encina.Benchmarks/ReadWriteSeparation/README.md )
869- - [ Testing Strategy ] ( ../testing/testing-strategy .md )
870- - [ Performance Optimization Guide ] ( ../guides/performance.md )
868+ - [ Read/Write Separation Benchmarks] ( ../../../ tests/Encina.BenchmarkTests/Encina.Benchmarks/ReadWriteSeparation/README.md )
869+ - [ EntityFrameworkCore Benchmarks ] ( ../../../tests/Encina.BenchmarkTests/Encina.Benchmarks/EntityFrameworkCore/README .md )
870+ - [ CLAUDE.md - Testing Standards ] ( ../../../CLAUDE.md#testing-standards )
871871
872872---
873873
You can’t perform that action at this time.
0 commit comments