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. |
0 replies
Can find the sentence that states that See also https://docs.avaloniaui.net/docs/concepts/the-main-window |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
OnFrameworkInitializationCompleteddoesn'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.
All reactions