github microsoft/TemplateStudio 3.10.21120.03

latest releases: v5.5, v5.4, v5.3...
3 years ago

Please head to https://aka.ms/wtsinstall to install the VSIX.

3.10 Abril 2020

Included in this version:

  • Added MVVM Toolkit as framework to UWP and WPF templates
    This framework replaces MVVM Basic and MVVM Light which have been deprecated. For information on how to migrate see Migrating from MVVM Light and Migrating from MVVM Basic

  • Added ToastNotification feature for WPF templates

  • Bug fixes

  • Breaking changes in WPF templates:

    • Updated Prism to Version 8.0.0:
      We've update the Prism templates to use version 8.0.0 removing the following lines on the ViewModels:
      xmlns:prism="http://prismlibrary.com/" prism:ViewModelLocator.AutoWireViewModel="True"
      If you add a new Page to an existing project that uses Prism 7.0, you need to add those lines to the ViewModel.

    • ToastNotifications required the addition of an isInitialized flag on the ApplicationHostService to prevent repeated app initialization:
      When adding a new SettingsPage to an existing project you'll get two warnings on the ApplicationHostService. You can either include the
      _isInitialized flag as described in Toast Notification - App Life Cycle or add the initialization code manually to the corresponding methods.

  • Breaking changes in UWP templates:

    • Renamed MasterDetailView to ListDetailView in Windows Community Toolkit 7.0.0:
      The MasterDetailView control was renamed to ListDetailView in Windows Community Toolkit 7.0.0, the properties where adjusted accordingly. For more details see ListDetailsView - Windows Community Toolkit | Microsoft Docs

Updated nuget packages in UWP templates:

Package Version
AdaptiveCards 2.7.1
Appium.WebDriver 4.3.1
Microsoft.AppCenter.Analytics 4.2.0
Microsoft.AppCenter.Crashes 4.2.0
Microsoft.Identity.Client 4.29.0
Microsoft.NET.Test.Sdk 16.9.4
Microsoft.Toolkit.Mvvm 7.0.1
Microsoft.Toolkit.Uwp 7.0.1
Microsoft.Toolkit.Uwp.Notifications 7.0.1
Microsoft.Toolkit.Uwp.UI.Animations 7.0.1
Microsoft.Toolkit.Uwp.UI.Controls 7.0.1
Microsoft.Toolkit.Uwp.UI.Controls.DataGrid 7.0.1
MSTest.TestAdapter 2.2.3
MSTest.TestFramework 2.2.3
NUnit 3.13.1
Swashbuckle.AspNetCore 6.1.2
Telerik.UI.for.UniversalWindowsPlatform 1.0.2.3

Updated nuget packages in WPF templates:

Package Version
Appium.WebDriver 4.3.1
coverlet.collector 3.0.3
MahApps.Metro 2.4.4
Microsoft.Extensions.Hosting 3.1.14
Microsoft.Extensions.Http 3.1.14
Microsoft.Extensions.Configuration 3.1.14
Microsoft.Extensions.Configuration.Binder 3.1.14
Microsoft.Extensions.Configuration.CommandLine 3.1.14
Microsoft.Extensions.Configuration.Json 3.1.14
Microsoft.Identity.Client 4.29.0
Microsoft.NET.Test.Sdk 16.9.4
Microsoft.Toolkit.Mvvm 7.0.1
Moq 4.16.1
MSTest.TestAdapter 2.2.3
MSTest.TestFramework 2.2.3
Newtonsoft.Json 13.0.1
NUnit 3.13.1

Don't miss a new TemplateStudio release

NewReleases is sending notifications on new releases.