- 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. |
||
|---|---|---|
| .. | ||
| 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).