aelij / ConfigureAwaitChecker

ConfigureAwait Checker for ReSharper and Rider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The following code pattern does not detect ConfigureAwait use.

mgi2212 opened this issue · comments

           var returnClause = new[] { "discoveryJson", "IsDiscoverable" };
            dynamic whereClause = new ExpandoObject();
            whereClause.TypeOf = AlexaApplianceClassPath;
            int count = 0;
            var devices = await HomeObject.Select(returnClause, whereClause).ConfigureAwait(false);

Hi @mgi2212. Could you provide a complete sample? I can't compile this.

Closing. Please reopen if it's still relevant.