Jay Harris
Jay Harris
Fixed the issue with vr templates replicating, rather than getting the type definitions. Moved the t templates to a new UntypedMemberTemplates group, as the test templates will not be appended...
Server methods should not be required to invoke a client method in response. This change updates response messages to handle empty `callData`. Fixes #5
SignalR does not require that a response be dispatched on every server method invocation. A server method may be a notification to the server, or a subscription to a future...
Is there any way to add or override a specific TypeMap? I would like to make a one-off mapping to map a specific DbType to a specific Template without having...
Prior to AspNetCore 6, MyTested was compatible with [Microsoft.AspNetCore.Mvc.Versioning](https://www.nuget.org/packages/Microsoft.AspNetCore.Mvc.Versioning/). This integration is via the `MyTested.AspNetCore.Mvc.Versioning` plugin. However, beginning with AspNetCore 6, `Microsoft.AspNetCore.Mvc.Versioning` became a deprecated project, replaced by [Asp.Versioning.Mvc](https://www.nuget.org/packages/Asp.Versioning.Mvc/). `MyTested.AspNetCore.Mvc.Versioning`...