AyCode.Core/AyCode.Services.Tests
Loretta e9438e4374 Ekaer validation tightened, SignalR tags, doc updates
- Enforce `weight > 0` and `value > 0` for each trade item in `EkaerTradeCardValidator` (NAV 2021+ requirement); add tests for zero/missing values.
- Add grid layout roaming tags (90010–90012) to `AcSignalRTags` for key-value layout storage.
- Suppress info-level logging for SignalR ping messages in `AcBinaryHubProtocol`.
- Update EKÁER and SignalR documentation with new rules, tags, and latest legal references (2026-07).
- Add new build/test scripts to `settings.local.json`.
2026-07-10 15:36:58 +02:00
..
Nav Ekaer validation tightened, SignalR tags, doc updates 2026-07-10 15:36:58 +02:00
SignalRs Zero-copy SignalR: direct object response, no SignalData 2026-04-06 22:45:00 +02:00
AyCode.Services.Tests.csproj Fix SGen null complex prop bug, add CHUNK_ABORT to SignalR 2026-05-23 09:26:48 +02:00
MSTestSettings.cs Refactor JSON/SignalR infra; add full test & benchmark suite 2025-12-11 21:25:50 +01:00
README.md Add structured metadata blocks to all project/repo docs 2026-03-30 08:53:56 +02:00

README.md

AyCode.Services.Tests

@project { type = "test" }

MSTest project for service layer testing. Focuses on SignalR message serialization round-trips.

Folder Structure

Folder Purpose
SignalRs/ SignalR message serialization/deserialization tests

Key Files (Root)

  • MSTestSettings.cs — Assembly-level parallel test execution (MethodLevel scope).