AyCode.Core/AyCode.Services.Tests
Loretta 11d76270dc Fix SGen null complex prop bug, add CHUNK_ABORT to SignalR
- Fix SGen-generated writer bug: always null-check reference-type properties before serialization, emitting PropertySkip if null, to prevent runtime NREs.
- Add regression tests for SGen null complex property handling.
- Introduce CHUNK_ABORT ([203]) marker to SignalR binary protocol for graceful mid-stream serialize failure handling; update protocol logic and docs.
- Improve documentation to cover bug, fix, and new protocol marker.
- Minor: remove explicit net10.0 target from test csproj.
2026-05-23 09:26:48 +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).