dsuryd / dotNetify

Simple, lightweight, yet powerful way to build real-time web apps.
https://dotnetify.net
Other
1.17k stars 164 forks source link

Add support for System.Text.Json #220

Closed MrImpossibru closed 4 years ago

MrImpossibru commented 4 years ago

Hi, There is the problem with supporting .NET Core 3.0. Everything works except Authorization attribute because of by default .NET Core 3.0 uses System.Text.Json instead of NewtonJson. It could be fixed by configuration, but it will be better to add support of the System.Text.Json lib.