TemplateStudio icon indicating copy to clipboard operation
TemplateStudio copied to clipboard

Template Studio accelerates the creation of new WinUI 3, WPF, and UWP apps using a wizard-based experience.

Results 164 TemplateStudio issues
Sort by recently updated
recently updated
newest added

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...

enhancement
Generated Code
Wizard

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...

enhancement
question
Generated Code

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...

enhancement
question
Wizard

### 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...

Prism
UWP

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...

feature
Investigation

## 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...

bug
MVVMLight
Not enough Information

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...

Not enough Information
Developer Question

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.

enhancement
Wizard

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

enhancement
feature
Documentation
UWP

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...

enhancement
feature
Documentation
activation
UWP