Mihhail Maslakov

Results 116 comments of Mihhail Maslakov

Thanks, I'll take a look.

I agree we should be able to use the variable as content. It's not just ResourceDictionary though, for example, this should also work ``` TextBlock { $textValue } ```

Hello @NigelThorne Can you hover above the error with the mouse and see what it says? Do you have generated XAML files included in the project? Thanks!

Hi @dracool Do you have generated XAML files included in your project?

I remember that the red squigglies went away after rebuilding the project and possibly restarting the VS. If they don't, then send me a sample project, please.

Hello @vegardstn, Seems like it's a problem with C# 7 feature "get => ...;" It will be fixed in upcoming weeks, at the moment only C# 6 features work. Please,...

Yep, this feature was already discussed multiple times. Proposed syntax is: ``` alias SuperExpander() { Expander { Header: target StackPanel { } } } ``` Should also work with mixins,...

Hm, I copied you example symbol for symbol and it still works for me: ![image](https://cloud.githubusercontent.com/assets/592624/22402497/eaa845a2-e601-11e6-8c1a-10df65eba6ce.png) Can you post full source to gist or somewhere? Also, are you using XamlToAmmy to...

Thanks for trying to investigate the issue, but you don't really have to do that :) Just, if next time you see that this bug, save file and copy it...