Compile-time error CS0111 in markup generated code related to abstract property (Type 'SprocketPanelMarkup' already defines a member called 'WidgetSize' with the same parameter types) #2306
Unanswered
ToddGlodek
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is related to Can Uno.Extensions.Markup.Generators be disabled for selected types ?? unoplatform/uno#16106. In that discussion, the code would not compile due to a generic in the class definition as follows.
That seems to be fixed in the latest markup nugets, but a new problem is encountered which it might be totally unrelated.
The classes detailed by unoplatform/uno#16106 now produce a compile-time error (Type 'SprocketPanelMarkup' already defines a member called 'WidgetSize' with the same parameter types CS0111) in the markup generated code related to abstract property override in the derived class.
Beta Was this translation helpful? Give feedback.
All reactions