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
Version Used: Version 17.8.0 Preview 3.0 [34127.298.main]
Steps to Reproduce:
var first = @" "; var second = Regex.Replace(description, "(\r?\n)", "$1$1");
@"
first
Expected Behavior:
var first = """ """; var second = Regex.Replace(description, "(\r?\n)", "$1$1");
Actual Behavior:
var first = """ """; var second = Regex.Replace(description, """ ( ? ) """, "$1$1");
The text was updated successfully, but these errors were encountered:
Yup. Not desirable. Will refine.
Sorry, something went wrong.
CyrusNajmabadi
Successfully merging a pull request may close this issue.
Version Used: Version 17.8.0 Preview 3.0 [34127.298.main]
Steps to Reproduce:
@"
in the initializer forfirst
Expected Behavior:
Actual Behavior:
The text was updated successfully, but these errors were encountered: