Mihhail Maslakov
Mihhail Maslakov
Well, one solution would be to define `DialogBasic` as such: ``` mixin DialogBasic() for Style { #Setter("HorizontalAlignment", "Stretch") #Setter("Margin", resource "CoolMargin") } ``` You initial problem is that you are...
Hello @lewcianci Sorry for the late reply. Unfortunately, .NET Standard requires the complete rewrite of metadata backend. Additionally, there is not enough interest in the project to continue development. Right...
There is a `set` keyword planned that was cut from initial release, but will soon be available. It works like this: ``` Setter { set [ // Property assignments inside...
Well, you are not the first who proposes micro-DSL for styles and triggers, so maybe I should reconsider it. But I don't want to rush it until Ammy is a...
Why don't you like '@'? I thought it is a good thing, since it limits intellisense to aliases only (same thing with '#'. Plus you always know that you are...
Hello @RichiCoder1, I will be able to look into it in a few weeks. There are few issues I'd like to address first, i.e. ``` style for TextBlock { Foreground:...
This looks pretty good 👍
`Style for Button` is definitely better since it mirrors mixin syntax.
@Sin8a 1. Please don't post stuff that isn't relevant to current discussion. You can create a separate issue if you want to discuss `resource` or mixins 2. Originally mixins were...
Seems like Ammy C# parser can't resolve some type in your local project. Do you use C# 6/7 features?