You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: