Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 455 Bytes

CHANGELOG.md

File metadata and controls

22 lines (14 loc) · 455 Bytes

Road map

  • Async method name analyzer and code fixer

Features that have a checkmark are complete.

Change log

These are the changes to each version that has been released on the official Visual Studio extension gallery.

1.0

  • Initial release
  • Async method name analyzer and code fixer

2.0

  • Ignores overridden methods.
  • Ignores Main method.
  • Ignores interface implemented methods.
  • Ignores test methods.