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 application at the spec URL and it would spit out the TS.
I don't particularly care about Swagger documentation right now. I'm just looking for the .TS generator stack.
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 application at the spec URL and it would spit out the TS.I don't particularly care about Swagger documentation right now. I'm just looking for the .TS generator stack.