-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
How to build and run the WPF samples? #9314
Comments
I'm not sure that the WPF controls are really ready for production use in a 3rd party application, hence why they're not documented better. They're used for Visual Studio, but that's with the understanding that we're working fairly closely with that team, so if we break that control, we can work with them to get it fixed. I'd be worried that if you did start using it, we'd change the interface out from underneath you and break you unintentionally. I'd follow #6999, which is tracking the work that still needs to be done in this area. When it is ready for consumption, I assure you there will be useful docs /dup #6999 |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
@StefanKoell if you are still interested in this I put together a more straightforward example in #15053 note it is still not designated for any sort of production use, but at least shows a WPF terminal app. |
@mitchcapper this is awesome. Thanks for putting that together. Will definitely look into that! cheers, |
Hi,
I was able to clone and build the terminal solution using the PowerShell build script but I have no idea on how to run the WPF sample and further include the terminal in a WPF/WinForms project. Can this be added to the docs?
Thanks,
Stefan
The text was updated successfully, but these errors were encountered: