TemplateStudio
TemplateStudio copied to clipboard
Template Studio accelerates the creation of new WinUI 3, WPF, and UWP apps using a wizard-based experience.
Add a **Whats New** Prompt template for **WPF**. First code PoC could be found on [this repository](https://github.com/mvegaca/MyDotNetCoreWpfApp/tree/dev/NewFeatures). 
Add a **First Run Prompt** template for **WPF**. First code PoC could be found on [this repository](https://github.com/mvegaca/MyDotNetCoreWpfApp/tree/dev/NewFeatures). 
Add a **BackgroundTask** template for **WPF**. First code PoC could be found on [this repository](https://github.com/mvegaca/MyDotNetCoreWpfApp/tree/dev/NewFeatures). Doc links: - [Extend your desktop app with modern UWP components: BackgroundTask](https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/desktop-to-uwp-extend#create-a-background-task) - [Extend your...
how to add **appClientID and Scopes** Login WTS for OneDrive Service
**Describe the bug** When install a package of a WPF netcore 3.1 app created from Windows Template Studio project there is a Manifest warning about the WindowsTemplateStudio URI in the...
See if we can use the ToastNotificationManagerCompat from the Windows Community Toolkit to activate from ToastNotifications in WinUI3. Applies to the following platforms: | UWP | WPF | WinUI |...
We should update the nuget packages Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.SqlServer to the latest version. Issue dotnet/SqlClient#703 seems to be solved. UWP | WPF | WinUI -- | -- | -- Yes...
Opening this issue to study the possibility to refactor the TemplateJsonVerifier in a way that plaform specific values are configurable. While adapting the TemplateJsonVerifier for WPF I added a number...
We should update the nuget package xunit.runner.visualstudio to the latest version once issue https://github.com/xunit/visualstudio.xunit/issues/221 is solved. UWP | WPF | WinUI -- | -- | -- Yes |No | No
**Describe the solution you'd like** The [Community Toolkit is adding controls to make it easier to work with the Microsoft Graph](https://github.com/windows-toolkit/Graph-Controls). These could make useful additions to Template Studio. Details...