Tom Edwards

Results 106 comments of Tom Edwards

> Could you please explain why you think those virtual methods should be added? Short answer: for consistency with `InputElement.OnPointerEntered` and `InputElement.OnPointerExited`. Long answer: I'm of the opinion that every...

A much simpler repro case: ```XAML Item 1 Item 2 Item 3 Item 4 Item 5 Item 6 ``` Currently none of the tagged items will be hidden., But if...

[I tracked the problem down to this line.](https://github.com/AvaloniaUI/Avalonia/blob/13413579b5677cd8740c41b466a1e11c2c8c3e2e/src/Avalonia.Base/Media/TextFormatting/TextLayout.cs?plain=1#L625C1-L625C139) The "Collapsing" system invoked here only trims text if there isn't enough space for the entire line to fit within the text...

Can't reproduce it with `11.2.0-beta2`. I tried both `dotnet publish --no-build` and `msbuild MyApp.sln -t:restore,publish` (as stated in this bug). Both published working applications with XAML compilation.

How are you publishing the project? Can you share the source code?

The repro steps in the bug are missing the important step of actually publishing via the ClickOnce system. This is not the same as executing the given MSBuild command, and...

If you want a quick fix right now, you can add this to the project you are publishing: ```xml $(TargetFileName) ```

@maxkatz6 please re-open this bug.