https://github.com/asizikov/asyncsuffix
Asynchronous methods naming checker for ReSharper
https://github.com/asizikov/asyncsuffix
asynchronous code-analysis resharper
Last synced: about 1 year ago
JSON representation
Asynchronous methods naming checker for ReSharper
- Host: GitHub
- URL: https://github.com/asizikov/asyncsuffix
- Owner: asizikov
- License: mit
- Created: 2015-07-07T21:57:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T22:42:08.000Z (about 7 years ago)
- Last Synced: 2023-03-12T07:18:59.452Z (over 3 years ago)
- Topics: asynchronous, code-analysis, resharper
- Language: C#
- Homepage: http://asizikov.github.io/2015/08/02/async-suffix-resharper-plugin/
- Size: 1.24 MB
- Stars: 19
- Watchers: 3
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AsyncSuffix plugin for [ReSharper](https://www.jetbrains.com/resharper/)
##CI Statuses
| Master | Develop | Feature |
| ------- | ------- | ------- |
| [](https://ci.appveyor.com/project/asizikov/asyncsuffix/branch/master) | [](https://ci.appveyor.com/project/asizikov/asyncsuffix/branch/develop) | [](https://ci.appveyor.com/project/asizikov/asyncsuffix) |
ReSharper plugin.
Appends 'Async' suffix to Task returning method name.

[Description](http://asizikov.github.io/2015/08/02/async-suffix-resharper-plugin/)
## 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:

##Thanks to
* JetBrains for [Open Source license](https://www.jetbrains.com/buy/opensource/)
* [Matt Ellis](https://twitter.com/citizenmatt) for technical support
* [Serjic Shkredov](https://twitter.com/serjic) for suggestions