TemplateStudio/code
Humberto Molina ec70cfb66f
Revert "Removes workaround theming code for WinUI 3 custom titlebar" => solving title bar problem when changing theme (#4638)
Reverts back removal of titlebar workaround because it was causing bugs for some users in Windows 10.
2023-05-06 10:06:39 -07:00
..
ProjectTemplates Fixed #4645. 2023-03-26 11:12:42 -07:00
SharedFunctionality.Core Implemented latest ITemplateInfo interface and updated .NET analyzers. 2023-02-11 11:59:25 -08:00
SharedFunctionality.UI Update to CommunityToolkit.MVVM v 8.1.0 (#4642) 2023-03-13 14:15:02 -07:00
SharedResources Merge branch 'main' of https://github.com/microsoft/TemplateStudio 2023-03-26 11:12:47 -07:00
SharedStyles Update to CommunityToolkit.MVVM v 8.1.0 (#4642) 2023-03-13 14:15:02 -07:00
TemplateStudioForUWP Added ARM64 install target. 2023-04-04 12:10:07 -07:00
TemplateStudioForWPF Use Dictionary.ContainsValue to replace Linq.Any (#4650) 2023-04-03 08:43:28 -07:00
TemplateStudioForWinUICpp Update Windows App SDK to 1.3.230331000 for WinUICpp (#4657) 2023-04-20 11:51:33 -07:00
TemplateStudioForWinUICs Revert "Removes workaround theming code for WinUI 3 custom titlebar" => solving title bar problem when changing theme (#4638) 2023-05-06 10:06:39 -07:00
test Update to CommunityToolkit.MVVM v 8.1.0 (#4642) 2023-03-13 14:15:02 -07:00
tools Bump Newtonsoft.Json from 12.0.2 to 13.0.1 in /code/tools/Localization (#4551) 2022-06-22 13:54:48 -07:00
AzFunc.sln Report project related telemetry by category 2019-11-14 15:23:43 +01:00
GlobalSuppressions.cs Address build warnings and some compiler suggestions 2022-03-22 22:12:34 +00:00
Nuget.Config Added clear statement for the release pipeline. 2022-04-04 18:53:54 -07:00
README.md Removed stale docs. 2022-06-14 00:36:28 -07:00
StyleCop.json
TemplateStudio.SharedTests.CI.slnf Add solution filter for shared tests 2022-04-06 12:27:33 +01:00
TemplateStudio.UWP.slnf Cleaned up vstemplate files and folders (#4540) 2022-06-16 01:45:30 -07:00
TemplateStudio.WPF.slnf Cleaned up vstemplate files and folders (#4540) 2022-06-16 01:45:30 -07:00
TemplateStudio.WinUICpp.slnf Cleaned up vstemplate files and folders (#4540) 2022-06-16 01:45:30 -07:00
TemplateStudio.WinUICs.slnf Renamed WinUICs template project and files. 2022-06-29 17:51:18 -07:00
TemplateStudio.sln Renamed WinUICs template project and files. 2022-06-29 17:51:18 -07:00
TemplateStudioKey.snk Add TemplateStudioForUWP project content (apart from templates) 2022-03-02 23:06:06 +00:00
TestCert.pfx
TestKey.snk
basic-template-checks.playlist Page.Ink.AddBasicInkServices.VB 2018-07-11 00:25:40 +01:00

README.md

Introduction

Template Studio goal is to help developers with their File->New experience in Visual Studio. It will generate a strong, generic foundation with the pages you need, but also integrate game changing features like Cortana, action center and background tasks from the start. Any critical features will have code comments with links to MSDN, stack overflow and blogs to help unblock developers. Once the template is generated for the developer, it can provide base sample data and will be able to compile then run without issue.

Getting Started

Please read the Getting Started with Template Studio page for more detailed information about using Template Studio.

To start working with the latest version of this code, check CONTRIBUTING.md

To start authoring templates, check Understanding the Templates

Build and Test

To start working with the latest version of this code, check CONTRIBUTING.md

Contribute

Do you want to contribute? Here are our contribution guidelines.