SigSpec icon indicating copy to clipboard operation
SigSpec copied to clipboard

Specification and code generator for SignalR Core.

Results 22 SigSpec issues
Sort by recently updated
recently updated
newest added

#### Title In SigSpec.AspNetCore the generated spec.json file always adds new type definitions if you keep refreshing the page #### Steps to reproduce 1. Start HelloSignalR sample project 2. Go...

The Start of a UI for SigSpec similar to swagger UI Closes #7 Will fetch the SigSpec json from 'sigspsec/spec.json' and render a UI based on the data. # Features...

This change will allow a client to listen to a single event callback, instead of having to pass in functions for all options on the Hub. Also updated the README...

Hi! Are you going to implement frontend part with SigSpec similar to Swagger UI? As I understand from source you already have dynamic proxy generation(TS) + Spec, so the last...

Please review the bugfix PR. I've created a dummy Angular app for testing the register/unregister functions, I can push it into this fix if you think it could be useful.

The `registerCallbacks` and the `unregisterCallbacks` methods always create a new function for the handlers, therefore the unregistration process will not work (because the comparison in the `HubConnection`'s `off` method is...

Would it be a good next step to write an ASP.NET Core middleware that generates the JSON spec file at a URL like `/signalr_spec.json`? You could them point the console...

Is it possible to have this tool compatible/integrated with NSwagStudio? We can reference the API endpoint and then it scans for all the available hubs in the API and generate...

*I can't believe this project exists. Thanks for creating. I love NSwag and was just lamenting that there was no equivalent for SignalR when I found this.* Would you be...