Skip to content

Releases: hamarb123/hamarb123.Analyzers

Version 1.2.1

05 Dec 23:51
Compare
Choose a tag to compare

Changes:

  • Performance improvements.
  • Rewrite of checking whether we're inside readonly member / init accessor / .ctor / .cctor logic.
  • Support HAM0003 for applicable Nullable<T> members on older runtimes without readonly members in the BCL (as opposed to the previous HAM0001).
  • Catch previously missed unnecessary defensive copy caused by calling a member defined on a base type of a readonly struct via a constrained call.

Full Changelog: v1.2.0...v1.2.1

Version 1.2.0

27 May 02:51
6014ff7
Compare
Choose a tag to compare