AyCode.Blazor/docs
Loretta 04f0d7d3e3 Refactor: remove Server DLLs, unify SignalR references
- Removed all AyCode.Services.Server and Server DLL references from projects and code; now use only AyCode.Services and AyCode.Services.SignalRs.
- Updated all documentation links to reference AyCode.Services/docs/SIGNALR_DATASOURCE/README.md.
- Enabled AOT compilation in FruitBankHybrid.Web.Client.
- Added InternalsVisibleTo for AyCode.Services.Server.Tests to support internal testing.
- Introduced AcBinaryProtocolThreadPoolTests for thread-pool regression and contract testing.
- Added P2 feature TODO for per-message protocol mode selection in AcBinaryHubProtocol.
- Cleaned up using directives and removed obsolete Server-specific references.
- Minor formatting and whitespace improvements.
2026-06-08 16:53:27 +02:00
..
ARCHITECTURE.md [LOADED_DOCS: 4 files, no new loads] 2026-04-24 21:54:03 +02:00
CONVENTIONS.md Add XML doc standards; enable compiler-generated files 2026-05-23 09:27:29 +02:00
GLOSSARY.md Refactor: remove Server DLLs, unify SignalR references 2026-06-08 16:53:27 +02:00
README.md [LOADED_DOCS: 4 files, no new loads] 2026-04-24 21:54:03 +02:00

README.md

AyCode.Blazor documentation

Top-level documentation for the AyCode.Blazor repo (Blazor/MAUI UI framework — Layer 1).

Reference docs (flat)

Topic folders

Topic-specific documentation lives at the sub-project level:

  • MGGRID (data grid component family): ../AyCode.Blazor.Components/docs/MGGRID/README.md

Navigation

Per the AI Agent Core Protocol (folder navigation rule), start from this README when browsing docs/. Single-file reference docs remain flat at this level; multi-file topics live in named subfolders.

See also

  • Base framework docs: ../../AyCode.Core/docs/README.md (if present) and per-project docs/ folders under AyCode.Core.