-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serializing JObject results with NullReferenceException #66
Comments
I wanted to dig into the problem, but I don't know how to attach a debugger ;)
Any guidance would be appreciated. |
The other question is, of course, whether I should expect JObject to be serializable by Hyperion at all :) |
Ok, so I managed to get the debugger running (by removing all FSharp related stuff) and found out that:
I feel like I simply should not expect JObject to be serializable by Hyperion at all. Is that correct? |
Any update on this? I'm having a very similar problem to #72 |
I created a PR with failing unit test exposing the problem: #65
The text was updated successfully, but these errors were encountered: