shipyard(phase-3): rewrite Transports.md — remove version claims, add NuGet table
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: update wiki to match current library API and fix quality issues
Systematic accuracy update across 55 wiki pages based on a source-of-truth
audit against the DotNetWorkQueue master branch and samples repository.
Key changes:
- Update all Start() signatures to use ConsumerQueueNotifications (6 callbacks)
- Replace deprecated notifications.Log.Log() with MEL ILogger methods
- Replace WorkerStopping.CancelWorkToken with MessageCancellation.Token
- Fix 4 Critical issues: wrong Redis API path, 2x Commited typo, LiteDb
unescaped backslash in connection string
- Rewrite Trace.md from 4-line stub to full OpenTelemetry documentation
- Expand 4 Options page stubs (SqlServer, PostgreSQL, SQLite, LiteDb)
- Update Admin.md to current CreateAdminApi() pattern
- Add security caveats to encryption/hashing examples
- Fix version references (Redis 3.0.x, SQL Server 2008, SQLite driver)
- Fix typos across all pages (requries, seperate, Additonal, Posion, etc.)
- Update Home.md feature list and fix numbering
- Fix _Sidebar.md display names and typos
- Add EnableHistory to all QueueCreationOptions pages
- Update QueueConnection API usage throughout
- Verify all 56 internal wiki links
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Formatting issues and fix links
1) Add wiki entry for LiteDb
Update wiki to reflect 0.5.0
Update wiki to indicate that the windows port of redis works with this library.
Remove LMDB; add SQLite to future transports.
Update transport information
Add additional information to the wiki
Stub in more wiki entries