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

Escape literals in attribute positional parameter of type string #83

Open
danielmarbach opened this issue Aug 20, 2019 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@danielmarbach
Copy link
Member

Currently Api generator escapes in string positional parameters of attributes the following literals

\n --> \\n
\r\n --> \\r\\n

but it doesn't escape other literals like

\t
\r

https://devblogs.microsoft.com/csharpfaq/what-character-escape-sequences-are-available/

@sungam3r sungam3r added the enhancement New feature or request label Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants