csharpmarkup2-winui-2-3-66
·
25 commits
to master
since this release
New templates
This release supports the new mcs-uno-markup2
and mcs-uno-view
templates in Modern.CSharp.Templates 1.5.0:
- The
mcs-uno-view
template is used by theNew-View.ps1
script, which is included inmcs-uno-markup2
- Improved frictionless startup for both existing and new Uno solutions - whether created with Uno's
dotnet new unoapp
template or with the Uno solution wizard for Visual Studio. - Add support for .NET 8 / .NET 7, as well as model types MVUX / MVVM / none
- Now pre-structured with best practices for maintainability and code reuse of C# Markup 2 UI.
New methods
This release adds / changes the following methods:
- Add content alignment convenience extension methods for Control: LeftContent, HCenterContent, RightContent, TopContent, VCenterContent, BottomContent, CenterContent, StretchContent
- Add Stretch convenience extension method for FrameworkElement
- Add overload for Page Content extension method with different parameter order for better markup readability
Full Changelog: csharpmarkup2-winui-2-3-64...csharpmarkup2-winui-2-3-66