Reza
Reza
Hi @mararad, Thanks for replying. The shapes that I talk about are not grouped, and I don't find an option to allow me to select descendants when I right-click. Pressing...
The following is an example of multiple shapes stacked over each other.  In the above case, there is no way to select "Generate filter info" arrow or "Store info...
@timblaktu unfortunately not. I think most people don't think there can be a solution for this annoying problem they just struggle with it and think that's the way it is.
You might not always be in full control of the stack that you are working on. For example when you are building extensions / addons to products that mandate signing...
Hi @PesBandi, thanks for your quick feedback. Good piece of info! I will correct it.
> We only use the User file for things like "Show All Files", because user files are not added to Source Code Control Indeed. In the extension I am working...
@Sergio0694 @xilefius why not add this to the code base? ;)
Setting a type as design-time data context of a XAML control will cause issues in the code generator
May bad, try this branch please: https://github.com/rezanid/xrmtools/tree/assembly-to-config-file To reproduce you can replace line 10 (currently empty) of this file: https://github.com/rezanid/xrmtools/blob/assembly-to-config-file/UI/AssemblySelectionDialog.xaml with this: ```csharp xmlns:ui="clr-namespace:XrmGen.UI" d:DataContext="{d:DesignInstance Type=ui:AssemblySelectionViewModel}" ```
Setting a type as design-time data context of a XAML control will cause issues in the code generator
I didn't know there can be different kinds of builds. I will try to debug the generator to see if I can understand better what's happening.
Setting a type as design-time data context of a XAML control will cause issues in the code generator
👍🏼 Best regards, Reza ________________________________ From: Gérald Barré ***@***.***> Sent: Friday, August 23, 2024 5:22:49 PM To: meziantou/Meziantou.Polyfill ***@***.***> Cc: Reza ***@***.***>; Author ***@***.***> Subject: Re: [meziantou/Meziantou.Polyfill] Setting a type...