Skip to content

Sharpen v0.6.0

Choose a tag to compare

@ironcev ironcev released this 05 Oct 20:05
· 138 commits to master since this release

Added

  • "Await Task.Delay() instead of calling Thread.Sleep()" suggestion.
  • "Await Task.WhenAll() instead of calling Task.WaitAll()" suggestion.
  • "Await Task.WhenAny() instead of calling Task.WaitAny()" suggestion.
  • "Await task instead of calling Task.Wait()" suggestion.
  • "Await equivalent asynchronous method" suggestion.
  • "Consider awaiting equivalent asynchronous method" suggestion.

Fixed

  • Consecutive analysis runs fully block Visual Studio (#15).