-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
`JsonDynamicValue' does not contain a definition for 'ToObject' #16221
Comments
Are you sure all the DLLs of OC got updated during deployment? |
I deploy using docker containers. So all dlls are pulled directly from nuget. |
I think this must be in one of your *.cshtml templates, which may use a dynamic value. I don't find any This basically comes down to the same discussion we had in #15816 (comment): Should we add functionality back that Newtonsoft had, even if it is not used by our own code? |
@gvkries I have to try to find where it's being used. I don't think this is something I have in my code. But, I'll try to see if I can find where it being called |
@MikeAlhayek I used a file search for
|
Yeah, I don't think we should add back shims for easier migration from Json.NET unless we'd use them otherwise as well. |
I don’t think this issue in OC. Closing it |
Now sure how to reproduce this issue. Adding it here for now.
scanning my logs after deploying 2.0 I see the following errors
The text was updated successfully, but these errors were encountered: