Max Katz

Results 288 comments of Max Katz

> I think that is not in any way compatible with .NET 6. Of course it is. There is no problem with using "netstandard2.0" project/package from the "net6.0" project. And...

You are free to change target framework to whatever you want. But since 6.0 now is LTS version, we probably can use it exclusively in our packages as well. So,...

This property is not required, but mistake in task code: ``` $(CFBundleVersion) ```

Does your view model with Population property implements INotifyPropertyChanged?

With current master it works on F2. If model has defined setter. Double click seems to be missing.

@kekekeks @worldbeater if you have any thoughts.

This method can be added to the avalonia base control class, and called just before OnApplyTemplate. As an option. Probably with some "hide from intellisense" attributes. A bit hacky, but...

> Adding check for _inputRoot.VisualParent is { } seems to do the trick and window closes normally Won't it break normal avalonia application, as "input root" is already a root...

> Version 0.10.18, 11.0.0-preview1 Is it really reproducible on 0.10.18 ?

While it's a nice addition in here, why NativeControlHost? It is stable now. What kind of a problem do you have with it?