Gor Rustamyan

Results 2 issues of Gor Rustamyan

Add support for c# 7 value tuple. Example. Consider following action ``` public (IEnumerable Collection, string Token) TestAction() { return (new string[] { "value1", "value2" }, "TokenValue"); } ``` expected...

p2
help-wanted

I wondering, is there any way to load rive animation once and use in multiple places? I had button component with loader animation on it. I used that button on...

feature-request