Alexander Zaytsev
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Alexander Zaytsev created a post, Unwrap strings in SSR
Is it possible to unwrap options from strings?I want to write following SSR$query$.Include("$include$") // or $query$.Include($include$)=>$query$.Include(x => x.$include$)$query$ : Expression of IQ... -
-
Alexander Zaytsev commented, -
Alexander Zaytsev created a post, LiveTemplates import
Is it possible to import LiveTemplates from command line or something else? I want to install templates with my plugin, so I need the way to do it automatic. -
-
-
Alexander Zaytsev created a post, Testing unit test provider plugin
Is there any standard way to write integration tests for unit test provider with new ReSharper 6.1 SDK? Currently I have set of manual tests and want to do it automation and execute them on regular...