- 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`. |
||
|---|---|---|
| .. | ||
| Nav | ||
| SignalRs | ||
| AyCode.Services.Tests.csproj | ||
| MSTestSettings.cs | ||
| README.md | ||
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).