devlooped / ThisAssembly

Exposes project and assembly level information as constants in the ThisAssembly class using source generators powered by Roslyn.
https://clarius.org/ThisAssembly
MIT License
429 stars 24 forks source link

Multiline item values get truncated #390

Closed kzu closed 2 weeks ago

kzu commented 2 weeks ago

Whether these are from project properties or direct constant items, when they are presisted via the editorconfig used for analyzer options, causes this issue.

The persistence in editorconfig does not escape newlines in any way, causing only the first line to be visible to analyzers.