Skip to content

9.0.0-preview.4.10690

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidortinau davidortinau released this 21 May 15:10
963b3aa

What's Changed

Known issues:

  • XamlC Error with RelativeSource and x:DataType: When using RelativeSource bindings, you may encounter XamlC error XFC0045. To fix this issue, set x:DataType directly within the {Binding} expression. This will compile despite Visual Studio showing an error.
Command="{Binding Source={RelativeSource AncestorType={x:Type vm:MyViewModel}}, Path=SelectCommand, x:DataType=vm:MyViewModel}" 

MAUI Product Fixes

Docs

Tests

Dependency Updates

Housekeeping

New Contributors

Full Changelog: 9.0.0-preview.3.10457...9.0.0-preview.4.xxx