TrevorMare / STDoodle

Blazor Canvas Drawing Component
14 stars 0 forks source link

Exception when trying to draw something #30

Open fabianschurz opened 1 month ago

fabianschurz commented 1 month ago

First of all, thanks for your work here. I appreciate this project.

I added your component to my project and i'm trying to draw something.

Whenever i try to draw something i get this exception:

Unable to cast object of type 'System.Collections.Generic.List`1[Doodle.Abstractions.Models.CanvasPath]' to type 'Doodle.Abstractions.Interfaces.IResizableContent'.

I'll going to add your project to my solution so i can properly debug it. When i find out what's the concrete problem i'm giving an update here.

fabianschurz commented 1 month ago

Additional info: Project is a MAUI Blazor Hybrid App

redtardis12 commented 1 week ago

Additional info: Project is a MAUI Blazor Hybrid App

Did you manage to find a solution? Or is the component not suited for a Hybrid project at all. I'm facing the same issue :(