We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Commentary on the models. The comment contains line breaks (\r\n)
/// <example><![CDATA[<Doc>Multi\r\nline text</Doc>]]></example> public string Data { get; set; }
The swagger displays already doubled backslash symbols
[ { "data": "<Doc>Multi\\r\\nline text</Doc>" } ]
In a swagger, backslash characters should not be doubled
[ { "data": "<Doc>Multi\r\nline text</Doc>" } ]
No response
6.6.1 and 6.6.2
net8.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Commentary on the models.
The comment contains line breaks (\r\n)
The swagger displays already doubled backslash symbols
Expected behavior
In a swagger, backslash characters should not be doubled
Actual behavior
No response
Steps to reproduce
No response
Exception(s) (if any)
No response
Swashbuckle.AspNetCore version
6.6.1 and 6.6.2
.NET Version
net8.0
Anything else?
No response
The text was updated successfully, but these errors were encountered: