AyCode.Core/AyCode.Services.Server.Tests
Loretta 9fad870960 Support optional/default params in SignalR method calls
Added support for optional/default parameters in SignalR method invocation. The hub now fills in missing arguments with default values when not provided, and throws if required parameters are missing. Added comprehensive tests for default parameter handling, a new handler method for testing, and a tag constant. Also improved code style with C# pattern matching and made UseStringCaching immutable.
2025-12-24 17:30:28 +01:00
..
LoginServices ForgotPassword 2024-08-02 17:58:19 +02:00
SignalRs Support optional/default params in SignalR method calls 2025-12-24 17:30:28 +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