Skip to content

Feature Release

Compare
Choose a tag to compare
@michael-damatov michael-damatov released this 27 Apr 22:15
· 546 commits to master since this release

New Features

  • ValueTask/ValueTask<T> analyzer for detecting possible multiple consumptions
  • analyzer for redundant null-forgiving operators
  • context actions to annotate integral types with [NonNegativeValue] and [ValueRange(...)]
  • analyzer for inappropriate use of [NonNegativeValue] and [ValueRange(...)] annotations

Improved

  • control flow analyzer when the nullable warning context is enabled