-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
enhancementNew feature or requestNew feature or requestprojectPertaining to the project template.Pertaining to the project template.
Milestone
Description
- Add an option to opt in to XAML C# Expressions in .NET MAUI 10+
- This will be an optional Boolean parameter
-xce|--xaml-cs-expr- Default value isfalse- Not applicable to earlier versions of .NET MAUI
- Works better with MVVM opt-in
RelayCommandfrom the MVVM Toolkit does not apply, as it is decorated on the method, making the generated property invisible to the .NET MAUI Source Gen- SourceGen option and Preview Features flag will be enabled implicitly
<Label
FontAttributes="Bold"
FontSize="18"
HorizontalOptions="Center"
Style="{StaticResource MauiLabel}"
Text="{CountText}" />dotnet new mauiapp -o MyApp -mvvm -xceReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestprojectPertaining to the project template.Pertaining to the project template.