Closed rafallopatka closed 6 years ago
Thanks for putting this on my radar. I believe you get this issue because TypeNameAssemblyFormat
has been obsoleted in newer version of Newtonsoft.Json. To verify this, you could try to downgrade to version 10 or lower and re-run the same application.
I'll update the configuration of Newtonsoft in the upcoming rc-release
Unfortunatelly I'm not able to test with older version, because in my project there is plenty of packages depending on the newest version. I tried but it cause much more errors in different areas
RC5 has just been released with a fix for this 🎉
Wow that was quick and it solves the problem.
Thank you for your help.
Hi,
After upgrading from RC-3 to RC-4 I noticed an error during "Request" operation, I received exception related to default serializer:
It's not happening on RC-3, or when using for example MessagePack. Installing new JsonNet serializer didn't help
Best regards