-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a generic host lifetime for Windows Forms #35998
Comments
@anurse I realize your team probably has other priorities than this right now, but I'm willing to help with an official implementation if acceptable. |
This is certainly something that’s been on our radar. It might be something better suitable for dotnet/winforms though since it might be best for the Winforms team to own the host experience. |
Triage: Moving to runtime repo in future milestone for tracking since Hosting lives in the runtime repo now. When it comes up for implementation it may be something the WinForms team should consider owning though (cc @merriemcgaw @glennc) |
I couldn't figure out the best area label to add to this issue. Please help me learn by adding exactly one area label. |
API Proposal dotnet/winforms#11415 |
Enterprise customers want to keep using Windows Forms, and we want to use the generic host.
Can we add a feature to use the generic host with Windows Forms and use the lifetime of the start up form such as this library I created?
https://github.com/alex-oswald/WindowsFormsLifetime
The text was updated successfully, but these errors were encountered: