asizikov / AsyncSuffix

Asynchronous methods naming checker for ReSharper
http://asizikov.github.io/2015/08/02/async-suffix-resharper-plugin/
MIT License
18 stars 3 forks source link
asynchronous code-analysis resharper

AsyncSuffix plugin for ReSharper

CI Statuses

Master Develop Feature
Build status Build status Build status

ReSharper plugin.

Appends 'Async' suffix to Task returning method name.

In action

Description

Custom Async types support

Sometimes you have a type which you want to be treated as asynchronous.

Since v1.2.0 plugin supports custom types:

customasynctype

Thanks to