Skip to content

VSDiagnostics

Latest
Compare
Choose a tag to compare
@Vannevelj Vannevelj released this 18 Mar 19:08
· 13 commits to develop since this release

New features

Category Name Description
General VSD0063 A GetHashCode implementation refers to a mutable field.
Async VSD0064 Async methods should return a Task to make them awaitable.
Exceptions VSD0065 A null object is attempted to get thrown.

Bug fixes

  • #575 Expanded VSD0023 to also support lock, fixed and switch statements
  • #615 Don't fire VSD0047 when used as a type parameter
  • #618 Don't fire VSD0007 when the variable name is "value"