partial modifier is missing on CustomControl #10563
-
I am following these instructions to create a control library. I added a Custom Control and the generated class looks like this:
which causes this error:
Other than Adding the Interesting to note: The error message does not appear in the VS Error List window. I had to go to compliler output window to find it. I don't recall ever getting an error in VS that does not show up in the error list window. See also this question. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for the report. This is an expected behavior, as all That being said, the template should contain the partial modifier by default. Let's track this in #10565. |
Beta Was this translation helpful? Give feedback.
Thanks for the report. This is an expected behavior, as all
UIElement
inheriting classes contain generated code which need the partial modified.That being said, the template should contain the partial modifier by default. Let's track this in #10565.