GMPrakhar / MAUI-Designer

UI Designer for MAUI Applications
53 stars 6 forks source link

Add support for a custom C# file to be included to support Gesture recognizers #27

Open GMPrakhar opened 1 month ago

GMPrakhar commented 1 month ago

Similar to the XAML editor, we need to add a support for custom C# file that can be added as a type dynamically. This file can contain the methods to be used with the gesture recognizers from the views.

As part of this, we also need to allow loading of assemblies/project that the c# file will refer to.