TemplateStudio
TemplateStudio copied to clipboard
Template Studio accelerates the creation of new WinUI 3, WPF, and UWP apps using a wizard-based experience.
A ReactiveUI mvvm version of the templates would be great. I know this is not simple if you were to go the whole reactive hog, but I think it would...
Our WinUI template icons are showing pixeled in the new item dialog, we'll need to review we provide all the required sizes.  _Originally posted by @sibille in https://github.com/microsoft/WindowsTemplateStudio/issues/4164#issuecomment-806559552_
WTS is constantly updated. This means that the generated apps will get better or can do more. Are there any recommendations, besides generating an app again and manually comparing differences,...
AdaptiveCards does not support latest Newtonsoft.Json package (13.0.1) Reference: https://github.com/microsoft/AdaptiveCards/issues/5671 **To Reproduce** Steps to reproduce the behavior: 1. Create UWP app with User Activity feature 2. Try to update Newtonsoft.Json...
## Description: Hello! I downloaded the Nightly version of Windows Template Studio and created a project with NavigationView and MasterDetailView (Code Behind). But after compiling I found that in compact...
### Is your feature request related to a problem? Please describe. In Blazor we have a counter page as example. Please add an example where you display the blazor view...
### Is your feature request related to a problem? Please describe. There is lots of code left over from the migration from CoreTemplateStudio that is no longer needed. This code...
### Describe the bug A few places (most notably `SafeThreading.cs`) make use of internal VS APIs. There are a few negative consequences of this: - It makes testing harder -...
**Is your feature request related to a problem? Please describe.** The WinUI3 templates currently only offer MVVM Toolkit as an option for the framework (design pattern) when working through the...
* Check coverage of tests against generated apps * ~Tidy up magic strings used throughout test code~ done as part of #3799 * Add better handling for different functionality available...