Anton Sizikov

Results 9 issues of Anton Sizikov

Given I have the following code: ```csharp public partial interface IBase { [RewriteAsync] T Foo(); } public abstract partial class BaseClass : IBase { [RewriteAsync] public virtual T Foo() =>...

Steps to reproduce: - Create class library project targeting .NET 4.6 - Install `Shaolinq.AsyncRewriter 1.1.1.989` - Create new class: ``` csharp public partial class Class1 { [RewriteAsync] public int Foo()...

I'm trying to write a unit test for AzureFunction provisioning. I've started with the code from [this repository](https://github.com/pulumi/examples/blob/master/azure-cs-functions/FunctionsStack.cs#L136-L156), and I'm using this snippet to retrieve Storage keys: ```c# private static...

kind/question
kind/enhancement

## Context In my scenario I have two Azure subscriptions (let's call them Sub1 and Sub2) I'm going to provision resources in Sub1, then switch to Sub2 and try to...

kind/bug

![remoji](https://cloud.githubusercontent.com/assets/819053/11296438/7200f900-8f72-11e5-8f72-d181b6d92315.PNG)

If method name is something like `Foo_Bar_Baz()` ignore it.

``` csharp //[Solution...] var valueProperty = storage.BindToContextLive(lifetime, ContextRange.ApplicationWide).GetValueProperty(); ```

https://twitter.com/rducom/status/663656924844580864 ![ctxidl8vaaaspzu](https://cloud.githubusercontent.com/assets/819053/11031235/4e56b686-86d3-11e5-87a6-e7d0d6772c33.png)

``` public Task Method | ``` Suggest MethodAsync name here