uno.templates
uno.templates copied to clipboard
`TargetFrameworks` should be better as a single line
If someone decided to do <CompilerVisibleProperty Include="TargetFrameworks" />
for some reason, the multi-line will break Roslyn. The way compiler-visible properties are passed to the compiler is by generating an .editorconfig file. But Roslyn will not handle this case properly (known limitation).
NOTE: I know it's not common at all that someone makes TargetFrameworks
a compiler-visible property (usually people would care about TargetFramework
). But if someone decided to do it. It will break badly.
I agree. It's causing more trouble than the readability it improves.
Does this mean updating all the samples migrated and in migration process to use single line tfms?
cc @agneszitte @jeromelaban
@eriklimakc yes it would be good to update the samples to use a single line for the tfms