AyCode.Core/AyCode.Services.Server.Tests
Loretta ac6735ebd8 Unify SignalR response serialization (JSON/Binary/Brotli)
Major refactor: all SignalR responses now use a single unified `SignalResponseDataMessage` type with binary payloads. JSON responses are Brotli-compressed for efficiency. Removed legacy JSON/Binary response types and MessagePack server-to-client serialization. Updated all serialization extensions for zero-allocation binary ops. Refactored client/server/data source/test code to use new message and serialization model. Improved deserialization robustness for primitives. Modernized and streamlined test suite.
2025-12-13 23:01:18 +01:00
..
LoginServices ForgotPassword 2024-08-02 17:58:19 +02:00
SignalRs Unify SignalR response serialization (JSON/Binary/Brotli) 2025-12-13 23:01:18 +01:00
AyCode.Services.Server.Tests.csproj Refactor JSON/SignalR infra; add full test & benchmark suite 2025-12-11 21:25:50 +01:00
InvokeMethodExtensionTests.cs Refactor JSON/SignalR infra; add full test & benchmark suite 2025-12-11 21:25:50 +01:00
TestLogger.cs Refactor JSON/SignalR infra; add full test & benchmark suite 2025-12-11 21:25:50 +01:00