Template10
Template10 copied to clipboard
Making Windows 10 apps great again
When I pass in a Model that has a property of type `Windows.UI.Xaml.Media.Brush` it leads to a `StackOverflowException` rather I think it should throw a DeserializationException or a Runtime Exception...
I wonder if it makes sense to extend the file service so that you can also choose user-defined paths. Here, however, is the problem that depending on the permission granted...
It's already possible to retrieve the `NavigationService` in a Template 10 view-model using the `GetNavigationService()` extension method off the `NavigationParameters` passed into the `OnNavigatedTo` and `OnNavigatedToAsync` methods. You can also...
Right now we do both. If you invoke a background task Application's `EnteringBackground` event is raised and `OnStart` is called. Is that confusing? Is that okay? Not sure. Would like...
Hello I am not able build project from Template10 GitHub. I am not sure where is the problem (source code, Visual studio or Windows). My windows is version 10. 0....
Right now you have to do this if you want to navigate to `Settings`. ````csharp public override void RegisterTypes(IContainerRegistry container) { container.RegisterView(); } ```` Even if all you are doing...
There are several things wrong with it, yet it is close. - [ ] Get it to build, there are some things - [ ] Update it to use Nuget...
Though I do believe this is a nice convenience for most developers, it undermines the use of extended splash screens that delay activate until after the splash image loads. That...