-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
UWP Support #8
Comments
I haven't planned for it, but if there is a demand for it I'll look into it. |
This is clearly the direction Microsoft is taking the development community. I would be more than grateful if this supported the UWP. Projects on devices like the Raspberry Pi need some dialog love too :) PS. This is a great framework you are contributing to the world, thanks! |
Well, the number of people requesting this feature just got raised by 100%, at least that is something. The first step for me will be upgrading from Windows 7 to Windows 10, which I don't mind. I can swere the 'please upgrade now' dialog shown every time I boot my computer has become slightly aggressive lately. I can't promise anything more than I'll start to look into it. I don't own any Pi myself, so if any of you could try it out before I release I would be ever so grateful. |
@FantasticFiasco the very idea that you would be willing to investigate is all anyone could ask. I would be happy to help in anyway I can to further your great project into the world of the UWP. In Christ, |
We have a beta version on NuGet now, namely 1.2.58-beta. Make sure to include pre-releases, otherwise you won't see it. I will improve the tests around the UWP support before I feel confident to officially release it. Please let me know if you find any bugs. Oh, btw, in UWP you no longer have to register the views in XAML, just use the dialog service as you otherwise would. |
Great framework ! I've been looking at the WPF version, most impressive, especially the comprehensive tests for both the framework and the demo app. The UWP version looks interesting as well - is there a demo app and a set of tests for that version too ? |
I've released the UWP support as beta because I'm not confident with the testing situation. I'm currently in the process of implementing automated UI tests for both the WPF and UWP version of the framework. After that I plan to update the documentation, and after that I will officially release the UWP support. To answer your question, the demo app will be replaced with numerous applications that are used in the automated UI tests, and will also serve as blueprints for how one would use the framework for a specific feature. Due to MVVM Light being incorporated in the .NET Foundation, I've also decided to move away from Reactive UI in favor for MVVM Light, thus building on a platform that should be familiar for most UI developers. |
Many thanks for your instant reply - great news, I'm really delighted that A minor point about the UWP IDialogService : might it be better to return On Wed, Apr 20, 2016 at 7:58 PM, Mattias Kindborg [email protected]
|
I had to think on this one. I really like the idea of an uniform API across WPF and UWP, however there are a couple of problems.
I would like to thank you for asking these questions, feedback is why I am involved in the open source community. Thank you! |
I take your point about continuing to support 3.5, but in fact Microsoft You API is perfectly easy to understand ! My only comment would be that it Introducing Task<> definitely makes things harder to understand, and there On Fri, Apr 22, 2016 at 6:51 AM, Mattias Kindborg [email protected]
|
I will take a look at the nullable bool situation. If null isn't returned, I will change the API. Regarding the links to Cleary's articles, please send them. We live to learn, right? |
Here are some of my favourites ... Await, and UI, and deadlocks! Oh my! (Stephen Cleary) Async Programming - Brownfield Async Development (Stephen Cleary) Async/Await - Best Practices in Asynchronous Programming (Stephen Cleary) Async Programming : Patterns for Asynchronous MVVM Applications: Data Async Programming : Patterns for Asynchronous MVVM Applications: Commands Concurrency in C# Cookbook It's actually quite sobering, to see how easily it is to screw up 'async' Yup, we live to learn ... but these days the amount to know is getting On Fri, Apr 22, 2016 at 3:39 PM, Mattias Kindborg [email protected]
|
Version 2.0.1 is now live on NuGet and officially supports UWP. Thanks for all the feedback guys, its much appreciated! |
Looks really useful - thanks especially for providing all those nice On Thu, May 19, 2016 at 12:33 AM, Mattias Kindborg <[email protected]
|
My apologies for just now being able to finally resume work on my project which incorporates your fine library. If there are any issues I will be sure to add my findings to the discussion. Thanks again for all of your hard work. |
@rockthethird No worries Mr In Christ, Rock, I took my sweet time to finish this en devour. Don't feel that I expect anything from you, you participating in this issue is enough for me. If you publish anything about your work, please send me a tweet or something! |
Have you plan a porting for Universal Windows Platform?
The text was updated successfully, but these errors were encountered: