RicoSuter / SigSpec

Specification and code generator for SignalR Core.
MIT License
159 stars 37 forks source link

Bump NJsonSchema and fix related #45

Closed danzel closed 2 years ago

danzel commented 2 years ago

We are updating our project to .net 6. It uses nswag and sigspec to generate csharp and typescript clients on startup.

Using them both together under .net 6 didn't work as the version of namotion.reflection differs by a lot. To resolve this I've updated NJsonSchema to the latest version here, matching nswag.

This led me to find a few more issues:

Thanks!

RicoSuter commented 2 years ago

Already updated. Thanks for the PR