Replies: 1 comment 1 reply
-
|
Your code snipped should work as is, from what I see. There could be some corner case that breaks the compiler, but we need a minimal repro to fix and test it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to build a shelf of node builders, allowing users to create a shape from a click of a button.
Tried with 11.0.4 & 11.0.5
Avalonia started prompting me with the following error on every uses of ItemsControl :
That doesn't make sense to me as everything used to work fine until something happened and broke everything?
The current axaml header doesn't contain it, but it throw this error on every ItemsControl.
The inherited interface for all builders is implemented as follow :
and the collection for
NodeBuildersis declared like so :The code you'll see below worked once, but then never compiled again, with nothing changed except using
ColumnDefinitioninstead ofRowDefinitionHere is the seemingly faulty axaml code in question
where
itfnis the defined namespace alias in the xml file.As far as I'm aware, if it worked once, it should work again without any issues, but somehow, it doesn't.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions