TemplateStudio
TemplateStudio copied to clipboard
Template Studio accelerates the creation of new WinUI 3, WPF, and UWP apps using a wizard-based experience.
### Describe the bug Out of nowhere when I open my uwp project which was generated by template studio a while ago, it automatically updates **package.appmanifest** file like so. ...
### Is your feature request related to a problem? Please describe. Using Template Studio for UWP, I am asked to load a specific older SDK for Windows. When I click...
Add a new page displayed when the app first launches to act as an animated/extended splash screen. Such a requirement is common for apps that need to connect to a...
# PR checklist **Quick summary of changes** Fix .NET 8.0 `specified RuntimeIdentifier 'win10-x64' is not recognized. ` **Full Error** ``` NETSDK1083 The specified RuntimeIdentifier 'win10-x64' is not recognized. See https://aka.ms/netsdk1083...
### Describe the bug As I report it to the sqlclient, You can see the exact problem here : https://github.com/dotnet/SqlClient/issues/2270 The reason I post it here too is because this...
### Describe the bug I recently used the Template Studio for a new WinUI app and the default settings for making a packaged app for the Microsoft Store do not...
### Describe the bug I ran into this problem while doing tests to find the cause of another nasty problem ([see](https://github.com/microsoft/WindowsAppSDK/issues/1762)) where at some point the project stops loading and...
### Is your feature request related to a problem? Please describe. Currently, I find it hard to remove a page and all files only linked to that page, so I...
``` NETSDK1083 The specified RuntimeIdentifier 'win10-x64' is not recognized. See https://aka.ms/netsdk1083 for more information. ``` Replace win10-x64, win10-x86, win10-arm64 RuntimeIdentifier with win-x64, win-x86, win-arm64 to work with .NET 8.0
### Describe the bug Selecting a WPF, Ribbon project type using code-behind, the ribbon does not show any buttons for the sample pages. The ribbon only contains "Common Group 1"...