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

### Is your feature request related to a problem? Please describe. The current contributor [documentation includes information about how to add new templates](https://github.com/microsoft/TemplateStudio/blob/main/CONTRIBUTING.md#Templates) but doesn't say anything about what could...

Needs: Triage :mag:

### Is your feature request related to a problem? Please describe. Currently, the extension or vsix package only supports Visual Studio 2022 for amd64. It would be nice to have...

enhancement

### Describe the bug I have installed Template Studio for UWP using Visual Studio Extensions Market. ![Screenshot 2022-10-10 182652](https://user-images.githubusercontent.com/89255395/194901999-d6836c04-619f-459c-be67-e106c9dbb166.png) I didn't change any settings. I am just creating new default...

bug
Needs: Triage :mag:

### Describe the bug Whenever I attempt to set the project to SelfContained and then build it, the build process fails and the following error code is displayed. has exited...

bug
Needs: Triage :mag:

### Describe the bug The generated appinstaller file has placeholders like in the following code snippet: ```xml ``` It gets copied to output directory but the fields don't get populated....

bug
Needs: Triage :mag:

### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like Now that Windows 11 supports third-party widgets, it would be great...

enhancement
feature
WinUI3

### Describe the bug When you use binding in NavigationView with property MenuItemsSource, GetSelectedItem is looking for this selected item only in _navigationView.MenuItems and _navigationView.FooterMenuItems. But in case of binding...

bug

### Describe the bug I use the following method and want to change the material of the form, but here this. Content cannot be null, and null in the framework...

bug
Needs: Triage :mag:

### Is your feature request related to a problem? Please describe. I'd like to create a project using code behind. Sure it's not the best or ideal way but its...

Needs: Triage :mag:

### Describe the bug I just created a Menu Bar WinUI project. All Nuget packages updated. MainPage.xaml ``` ``` MainViewModel.cs: ``` [ObservableProperty] public string _busytext1 = "test"; ``` ### To...

bug