rid00z/FreshMvvm

using <Path> in XAML throws TinyIoCResolutionException

Closed this issue · 0 comments

When I use in my XAML like this:

 <Path Data="M 10,50 L 200,70"
                  Stroke="Black"
                  StrokeThickness="1"
                  Aspect="Uniform"
                  HorizontalOptions="Start" />

and resolve that page:
AppPage.AddPage<PathPageModel>("Path", null);
Apps crash with exception:
FreshTinyIoC.TinyIoCResolutionException: 'Resolve failed: PathPage - Reason: Exception has been thrown by the target of an invocation.'

///EDIT
I Forgot this line:
Forms.SetFlags("Shapes_Experimental");

Closed.