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
Example input:
var sb = new StringBuilder(); sb.AppendLineFormat( $"{operation.TenantId /* SOME COMMENT */} ({operation.TenantId})" );
Broken output:
var sb = new StringBuilder(); sb.AppendLineFormat( $"{operation.TenantId /* SOME COMMENT */ } ({operation.TenantId})" );
There is an additional new line which breaks the build.
The text was updated successfully, but these errors were encountered:
Fix for comment in interpolated string
1bc482d
closes #774
Fix for comment in interpolated string (#775)
ab1f3c3
closes #774 Co-authored-by: Lasath Fernando <devel@lasath.org>
Successfully merging a pull request may close this issue.
Example input:
Broken output:
There is an additional new line which breaks the build.
The text was updated successfully, but these errors were encountered: