jsuarezruiz/maui-linux

[Bug] Controls.Sample compile error: Error XamlC: Value cannot be null. (Parameter 'key')

lytico opened this issue · 0 comments

Description

https://github.com/jsuarezruiz/maui-linux/tree/main-linux/src/Controls/samples/Controls.Sample

doesn't compile any more

seems to happen if a xaml has a Grid

Steps to Reproduce

  1. try compile Controls.Sample

Expected Behavior

compile without errors

Actual Behavior

src/Controls/samples/Controls.Sample/Pages/Compatibility/CarouselViewPage.xaml: Error  XamlC: Value cannot be null. (Parameter 'key')
src/Controls/samples/Controls.Sample/Pages/Compatibility/IndicatorViewPage.xaml: Error  XamlC: Value cannot be null. (Parameter 'key')
src/Controls/samples/Controls.Sample/Pages/Compatibility/RefreshViewPage.xaml: Error  XamlC: Value cannot be null. (Parameter 'key')
src/Controls/samples/Controls.Sample/Pages/CompatibilityPage.xaml: Error  XamlC: Value cannot be null. (Parameter 'key')
src/Controls/samples/Controls.Sample/Pages/ControlsPage.xaml: Error  XamlC: Value cannot be null. (Parameter 'key')
src/Controls/samples/Controls.Sample/Pages/Core/DragAndDropBetweenLayouts.xaml: Error  XamlC: Value cannot be null. (Parameter 'key')
src/Controls/samples/Controls.Sample/Pages/CorePage.xaml: Error  XamlC: Value cannot be null. (Parameter 'key')
src/Controls/samples/Controls.Sample/Pages/GesturesPage.xaml: Error  XamlC: Value cannot be null. (Parameter 'key')
src/Controls/samples/Controls.Sample/Pages/Layouts/TemplatedViewPage.xaml: Error  XamlC: Value cannot be null. (Parameter 'key')
src/Controls/samples/Controls.Sample/Pages/LayoutsPage.xaml: Error  XamlC: Value cannot be null. (Parameter 'key')
src/Controls/samples/Controls.Sample/Pages/MainPage.xaml: Error  XamlC: Value cannot be null. (Parameter 'key')
src/Controls/samples/Controls.Sample/Pages/OthersPage.xaml: Error  XamlC: Value cannot be null. (Parameter 'key')
src/Controls/samples/Controls.Sample/Pages/UserInterfacePage.xaml: Error  XamlC: Value cannot be null. (Parameter 'key')

Basic Information

  • Version with issue:
  • Last known good version:
  • IDE:
  • Platform Target Frameworks:
    • iOS:
    • Android:
    • UWP:
  • Android Support Library Version:
  • Nuget Packages:
  • Affected Devices:

Screenshots

Reproduction Link

Workaround