-
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
still need Newtonsoft.Json #15962
Comments
What does your API returns now and what is it supposed to return? It would be good to share JSON response sample. |
Can you please provide further information, @infofromca? This potentially blocks the 2.0 release. |
Sorry, I cannot provide the data which belongs to a bank |
Please provide a sample not necessarily actual data to make it easier to see the bug if there is |
Unfortunately, we'll only be able to help if we get more information from you, because this is not something we can work with at this point. And yeah, we'd need a minimal repro as a starting point. While creating that, you might discover that the issue is specific to some custom code of yours. |
And maybe you could give a demo of the app, to an extent possible to do publicly, on the Tuesday meeting, so we can say a bank uses OC :). |
Lol |
Although it was not elegant, I found a workaround about it.
If it is needed, we can add this to the doc. |
Please check different options in |
@infofromca any updates here? Can we close this issue or you think there is something else that needs to be done? |
if we need note on the doc, we can add it. otherwise , close it |
Docs about using |
Maybe it is not neccesary for the doc. just close it |
Is your feature request related to a problem? Please describe.
after the commit of remove Newtonsoft.Json, my api could not give the correct json to client side . I tried many ways and made sure only Newtonsoft.Json can reach my purpose.
Describe the solution you'd like
are there any way to comparable both Newtonsoft.Json and System.Text.Json
Describe alternatives you've considered
Now I only go inside src/OrchardCore/OrchardCore.Mvc.Core/Startup.cs and add back builder.AddNewtonsoftJson(); , which is not elegant.
The text was updated successfully, but these errors were encountered: