Replies: 2 comments 1 reply
-
Probably, this is OK, that nothing has changed, because this method is empty: https://github.com/AvaloniaUI/Avalonia/blob/230e4fdf1d2c6d96c0cb6445c857b1841fa6aabb/src/Avalonia.Controls/Application.cs#L286 Nevertheless, it is better to add this call. |
Beta Was this translation helpful? Give feedback.
-
Can find the sentence that states that See also https://docs.avaloniaui.net/docs/concepts/the-main-window |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've found that
OnFrameworkInitializationCompleted
doesn't callbase.OnFrameworkInitializationCompleted()
as recommended in https://docs.avaloniaui.net/docs/concepts/application-lifetimesWas this call omitted by intent or accidentally?
I've tried adding it but haven't noticed that anything is changed.
Beta Was this translation helpful? Give feedback.
All reactions