Invalid code gen when assigning items to a collection property in XAML #211
Labels
kind/bug
Something isn't working
platform/android 🤖
Categorizes an issue or PR as relevant to the Android platform
platform/ios 🍎
Categorizes an issue or PR as relevant to the iOS platform
platform/wasm 🌐
Categorizes an issue or PR as relevant to the WebAssembly platform
I'm submitting a...
Current behavior
xaml like this:
local:SingleWin is root element. local:SingleWin.Bar is collection instance.
The Bar's define:
public IList<IBarElement> Bar { get { return _bar.Commands; } }
XamlFileGenerator code:
Expected behavior
Minimal reproduction of the problem with instructions
Environment
The text was updated successfully, but these errors were encountered: