Skip to content
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

Bug: string.Empty is not valid JSON #4919

Open
idea-lei opened this issue Jun 17, 2024 · 1 comment
Open

Bug: string.Empty is not valid JSON #4919

idea-lei opened this issue Jun 17, 2024 · 1 comment

Comments

@idea-lei
Copy link

When request body (POST, PUT, PATCH) is empty, NSWag generates a string content as following:

request_.Content = new System.Net.Http.StringContent(string.Empty, System.Text.Encoding.UTF8, "application/json;odata.metadata=minimal;odata.streaming=true");

Empty string is not valid json (should be "" or {} or just without this instruction) which causes exception.

VERSION: 14.08 and below

@idea-lei
Copy link
Author

Similar issues:
#4452
#2477

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant