aelij / ConfigureAwaitChecker

ConfigureAwait Checker for ReSharper and Rider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No warning in Owin middleware

jchannon opened this issue · comments

I've just been recommended this extension and loaded up this solution and I get no warning about ConfigureAwait here https://github.com/VQComms/TracingMiddleware/blob/master/src/TracingMiddleware/TracingMiddleware.cs#L57

Any ideas?

Does it show in other places?

No :(

On 29 June 2016 at 14:49, Eli Arbel notifications@github.com wrote:

Does it show in other places?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#11 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AAGapkBAYpVFFVUp8Alw88t4K8yfcQdqks5qQngBgaJpZM4JA7go
.

Which version of ReSharper are you using? EAPs are not supported by the plugin.

10.0.2 is my version

On 29 June 2016 at 19:00, Eli Arbel notifications@github.com wrote:

Which version of ReSharper are you using? EAPs are not supported by the
plugin.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#11 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AAGapi8qAWINoruiMZDV0Tir6zzCAOpaks5qQrLLgaJpZM4JA7go
.

Can you make sure the plugin is installed and running? I think you can check the logs at %LOCALAPPDATA%\JetBrains\Shared\v05\InstallerLog. It should work for v10.0.2.

You can also produce a runtime log by running devenv /ReSharper.LogFile. The logs will be saved in %TEMP%\JetLogs.

Closing until new info is added.