Mihhail Maslakov
Mihhail Maslakov
@LeOndaz did you find a solution?
Hi @isukces Yeah, most of the modern C# features are unsupported in Ammy. Unfortunately, it would take too much time to add this functionality at this point, because Nemerle doesn't...
Unfortunately, I don't have any advice on Ammy, since I don't develop XAML applications anymore. Most of my time is spent writing LiveSharp now which has very little client code....
Weird. Logical negate is implemented here: https://github.com/AmmyUI/AmmyUI/blob/master/src/Platforms/Ammy.Sidekick.Common/ExpressionBuilder.cs#L225 What does it say?
Alright, I'll take a look when I have the time. Thanks for the feedback!
Having loops in Ammy is actually a long discussed issue. To be frank, I'm still not convinced, that loops have their place in XAML/Ammy. I imagine your desire for loops...
You should be still OK even if it's just Sidekick.XamarinForms that errors out. There is no way to select which parts to build if I remember correctly.
I actually haven't compiled it from VS in a while. You can follow this issue https://github.com/AmmyUI/AmmyUI/issues/148 for more info.
Ammy.Build doesn't depend on specific platforms, only on Ammu.Platforms. Please read the above thread if you want to build.
Ammy has a separate tool for that. You can convert it to the VS extension if you want.