Jan Kučera
Jan Kučera
I would suggest you import the https://github.com/dotnet/wpf/blob/main/Documentation/wpf.vsconfig into the VS installer. If I had to take a guess, it would be the C++/CLI support. GitHub will probably build it but...
The same issue for serializing an object instance with multiple properties, such as `{ p1: "v", p2: "v" }`. So it could be ```xml v v ``` Anything really other...
Any of the theme stuff can certainly be fixed, it's all experimental. No one should be using it in production.
"Definitely" is a strong word. The [documentation](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.grid?view=windowsdesktop-8.0#remarks) says: > If a child element is added to a column within a [Grid](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.grid?view=windowsdesktop-8.0), and the column has its [Width](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.columndefinition.width?view=windowsdesktop-8.0) property set to...
Well the column doesn't exceed it right? You can't see the control beyond 100, it is measured as unbounded and then clipped, like it said. I am not saying this...
Do you have a repro project?
And they are free to devote (or not) paid resources as they see fit. A particular feature you care about might not be aligned with what they want to invest...
We had a discussion in the past on static vs const, I can't quickly find it, does anybody remember? I believe there was an argument to keep static, possibly because...
I don't mind either way, it was just an observation.
Do you have any repro project or a video?