-
Notifications
You must be signed in to change notification settings - Fork 461
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
Support generating WPF apps #316
Comments
What specific pages, features, frameworks, etc would you like to see with WPF support? |
@grahamehorner what is your scenario here. Supporting WPF would be a large engineering effort to keep parity. why WPF over UWP? |
IMO to make this tool really useful for my use case; I would need to create both WPF/UWP user interfaces with shared logic in a satellite assembly; as a large number of businesses have systems which run older operating systems that don't support UWP or have older applications that prevent the move to new operating systems. You just need to look at the cyber attack and it's impact/number of systems effected to understand there is still a large user base running systems that can't run local UWP apps Windows 8/8.1 |
That there are lots of older systems in use isn't of itself proof that people are continuing to build for them. If WPF is needed what is required in terms of basic structure and pages? Are, for example, the WPF apps you're building using nav panels and pivots? |
@grahamehorner UWP is Windows 10 only. Based on what you're discussion, wouldn't the desktop bridge be a better option for you? We take a lot of dependencies on Win10 only features. What we made should work with WPF but for us to make a WPF template branch would require a lot of effort. If you want to share a more detailed information on your customer base, please email me [email protected]. Would love to understand your data about your user population and their constraints. That will help us make more informed feature decisions. If you're interested in contributing back and doing a PR with WPF, happy to see how this best fits in. |
Moving to Open Community Questions to see if there's (still?) demand for this |
What project/navigation types would apply here?
any others? |
Notes from recent discussion about this:
|
this should be executed w/ .NET Core 3 |
Since WPF is getting some love recently and Build 2019 has a session called "Windows Template Studio - WPF Edition" - do you have any news on the plans/eta for us? |
I am one of the speakers for this 😁 |
Another common WPF pattern I've seen is where every "page" opens in a new window. Is this something that should be supported? |
Will this session be available online (YouTube or Channel 9) post Build 2019 conference? |
It was a sneak peek were we were valid a couple open questions. Navigation patterns, look&feel, critical functionality, and the frameworks needed |
We created issue dotnet/wpf#1378 and would love to hear your feedback their on what to start with for new project templates for WPF with .NET Core 3.0 in WTS. |
We finished work on our first WPF mockup and would love to get your feedback on issue |
WPF templates are now available in our pre-release version: 0.24.20185.1 |
Please consider supporting WPF templates and/or that generate both WPF/UWP UIs for projects
The text was updated successfully, but these errors were encountered: