You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the cases where the values go through .editorconfig (such as constants and project properties), this isn't necessary (or supported) right now since .editorconfig will truncate multi-line values
Closes#243
kzu
added a commit
that referenced
this issue
Jul 3, 2023
In the cases where the values go through .editorconfig (such as constants and project properties), this isn't necessary (or supported) right now since .editorconfig will truncate multi-line values
Closes#243
In the cases where the values go through .editorconfig (such as constants and project properties), this isn't necessary (or supported) right now since .editorconfig will truncate multi-line values
Closes#243
In the cases where the values go through .editorconfig (such as constants and project properties), this isn't necessary (or supported) right now since .editorconfig will truncate multi-line values
Closes#243
When string values contain multiple lines with quotes or other otherwise invalid characters in a regular string.
Raw literals are much better to support a wider range of strings, so we should detect C# 11+ and use it in that case.
The text was updated successfully, but these errors were encountered: