TemplateStudio
TemplateStudio copied to clipboard
Template Studio accelerates the creation of new WinUI 3, WPF, and UWP apps using a wizard-based experience.
### 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...
### 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...
### Describe the bug I have installed Template Studio for UWP using Visual Studio Extensions Market.  I didn't change any settings. I am just creating new default...
### 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...
### 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....
### 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...
### 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...
### 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...
### 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...
### 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...