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

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). ![image](https://user-images.githubusercontent.com/5556784/78130369-8013b100-7419-11ea-85bd-e5c58b9ed797.png)

feature
WPF

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). ![image](https://user-images.githubusercontent.com/5556784/78130241-3925bb80-7419-11ea-88bf-80619de851da.png)

feature
WPF

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...

feature
WPF

how to add **appClientID and Scopes** Login WTS for OneDrive Service

Documentation
Not enough Information

**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...

bug
external-issue

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 |...

feature
WinUI3

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...

Generated Code
external-issue
UWP

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...

Testing

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

Generated Code
external-issue
UWP

**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...

feature