AvaloniaUI/Avalonia

IClassicDesktopStyleApplicationLifetime&ClassicDesktopStyleApplicationLifetime

Opened this issue · 0 comments

Is your feature request related to a problem? Please describe.

IClassicDesktopStyleApplicationLifetime seems to miss some declarations which were implemented in ClassicDesktopStyleApplicationLifetime

But I am not sure whether pulling these members to IClassicDesktopStyleApplicationLifetime will introduce negative effects or not.

Describe the solution you'd like

  • Add public setter for Args in IClassicDesktopStyleApplicationLifetime
  • Add two public methods in IClassicDesktopStyleApplicationLifetime
    public int Start(string[] args)
    public int Start()

Describe alternatives you've considered

No response

Additional context

No response