ways-create-netmaui-controls icon indicating copy to clipboard operation
ways-create-netmaui-controls copied to clipboard

Ambiguity exceptions on project load.

Open GuildOfCalamity opened this issue 3 years ago • 3 comments

You have two CustomCheckBox classes in the same namespace.

GuildOfCalamity avatar Oct 12 '22 22:10 GuildOfCalamity

Sadly this solution doesn't compile. There are 69 errors. Could you fix it, please? I need to learn how to create a control.

dlandi avatar Oct 26 '22 11:10 dlandi

Is the code supposed to compile? A working example would really help.

CodeBendor avatar Dec 13 '23 23:12 CodeBendor

I moved the renderer to its own namespace and that worked. Although the checkbox does not work... so.... Do this: Namespace CreateControls.Controls.Renderer

mdelgadov avatar Mar 24 '24 01:03 mdelgadov

Added a .NET 9 version of the sample https://github.com/jsuarezruiz/ways-create-netmaui-controls/tree/main/src/net9.0

jsuarezruiz avatar Jan 08 '25 10:01 jsuarezruiz