TemplateStudio
TemplateStudio copied to clipboard
Template Studio accelerates the creation of new WinUI 3, WPF, and UWP apps using a wizard-based experience.
We currently enforce entered item names to start with a character "a-zA-Z" this is much more restrictive than are actually valid in C#. We should allow anything that's valid. While...
Related to the issue #775 and after creating the [MixedNavigationSample](https://github.com/Microsoft/WindowsTemplateStudio/tree/dev/samples/navigation) and write the navigation [documentation](https://github.com/Microsoft/WindowsTemplateStudio/blob/dev/docs/navigation.md) we need to think about different improvements to NavigationService. Things that we need to think...
In relation to [#321](https://github.com/Microsoft/WindowsTemplateStudio/issues/321), in order to include templates for Grid and Chart as defined in the [Workback](https://github.com/Microsoft/WindowsTemplateStudio/wiki/Xamarin-Workback) we suggest to add an option to enable support for Third Party...
### Expected Behavior Data should be loaded in the OnNavigatedTo method public override async void OnNavigatedTo(NavigatedToEventArgs e, Dictionary viewModelState) { base.OnNavigatedTo(e, viewModelState); await _cameraControl.InitializeCameraAsync(); } ### Actual Behavior These page/viewmodel...
It would be amazing if every app built with WTS automatically includes backwards and forwards navigation through the stack using the keyboard, mouse (side buttons) and even Xbox controller. For...
## For new Features: * **Overview:** What you'd think should be added with scenarios * **Links:** ## For Bugs: ### Repro steps What did you do? How can someone else...
Great product and digging into deeply. I really appreciate the ability to add to the project via the context menu. In general, what is the plan to keep adding templates...
We disabled settings page renaming as part of issue #308. See if there is a way to make this configurable dependent on the project type.
X-Ref #2352 Current status: - Is not wired up in the code - Doc on github at: https://github.com/Microsoft/WindowsTemplateStudio/blob/dev/docs/features/drag-and-drop.md
X-Ref #2352 Current status: - Is showing a sample live tile - Does not handle activation out of the box - Has instructions in code comments - No documentation on...