AyCode.Core/AyCode.Core/docs
Loretta 8293a6edd1 Refactor: hoist interned string decode to context methods
- Moved interned string decode logic to BinaryDeserializationContext instance methods, reducing duplication and unifying SGen, runtime, and cross-type paths.
- Updated SGen-emitted code and TypeReaderTable to use new context methods.
- Added performance TODO (ACCORE-BIN-T-K9M3) documenting rationale and acceptance.
- Clarified AcBinarySerializableAttribute XML docs.
- Added repo-scoped nuget.config for deterministic restore.
- Updated settings.local.json with new Bash/dev commands.
- Minor code and comment cleanups for clarity.
2026-05-15 10:14:19 +02:00
..
BINARY Refactor: hoist interned string decode to context methods 2026-05-15 10:14:19 +02:00
LOGGING [LOADED_DOCS: 3 files, no new loads] 2026-05-01 14:01:23 +02:00
TOON Refactor MaxDepth handling: explicit Throw/Truncate/Disable 2026-05-14 14:13:48 +02:00
XCUT [LOADED_DOCS: 3 files, no new loads] 2026-05-01 14:01:23 +02:00
adr [LOADED_DOCS: 2 files, no new loads] 2026-04-28 14:18:27 +02:00
README.md [LOADED_DOCS: 3 files, no new loads] 2026-05-01 14:01:23 +02:00

README.md

AyCode.Core documentation

Topic docs for the AyCode.Core project (Layer 0 framework).

Topics

  • BINARY/ — AcBinary serializer: features, format, writers, source generator
  • LOGGING/ — Logger system: levels, writers, config-reading vs DI factory
  • TOON/ — Toon serializer: LLM-optimized format with @meta/@types/@data sections
  • XCUT/ — Cross-cutting issues/TODOs that span ≥2 topics (canonical home; referenced from each affected topic)

Navigation

Per the folder-navigation rule, start here when browsing docs/. Each topic folder has its own README.md (main content) + optional ISSUES.md (known issues) and TODO.md (planned work).