SigSpec
SigSpec copied to clipboard
Specification and code generator for SignalR Core.
- Updated `NJsonSchema` packages to versions that support .net8 - Resolve build errors - Bump example application versions to remove build warnings
Is there a way I can override the SignalR Core package and update it's version. I'm experiencing a bug that my onDisconnected is not being called on ungraceful disconnect.
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
The InvokeAsync methods in the C# liquid template is modified to that the type template parameter is used correctly. This PR fixes #51.
Currently the generated C# hub methods do not use the type template parameters for hub methods with return types. Because of this the return type of InvokeAsync is Task instead...
Because work on https://github.com/RicoSuter/SigSpec/pull/35 is stopped - providing my own implementation of UI. Because signalR concept differs from REST, do not tried to mimic swager UI. Instead decided to use...
I have updated the nuget packages to the latest versions. NJsonSchema had some interface changes, I'm not sure that I have replaced everything correctly. I also updated the SignalR version...
- liquid file `unregisterCallbacks` method no longer takes functional argument - liquid file added typed parameter for callback method - Generator now uses params instead of dictionary for registering hubs...
Current package is binary incompatible with the transitively referenced current Namotion.Reflection package. SigSpec is trying to invoke `XmlDocsExtensions.GetXmlDocsSummary(this CachedType type)` but is has been changed in this commit https://github.com/RicoSuter/Namotion.Reflection/commit/51eb057f4ace71f7f0a21305558b2a8c352947bf where...
Humble addition which I'm using to generate some C# clients based on how they're defined on our backend. Among other things, It's not regenerating a hub, and the output could...