Skip to content

Releases: tom-englert/AutoProperties.Fody

1.25.0

31 May 14:50
Compare
Choose a tag to compare
  • Revert marking as DevelopmentDependency

V 1.24.0

15 Apr 17:34
Compare
Choose a tag to compare
  • Fix missing DevelopmentDependency.

V 1.23

14 Mar 16:54
Compare
Choose a tag to compare
  • bump Fody to 6.0
  • drop support for .net portable framework

V 1.22

14 Mar 16:53
Compare
Choose a tag to compare
  • handling of generic properties.

V 1.21

23 Mar 07:32
Compare
Choose a tag to compare

Fix #12: Problem with auto-property initialization with generic base class

V 1.15

08 Oct 06:29
Compare
Choose a tag to compare
  • Update Fody to 3.2.9 to support the new weaver lookup.
  • Fix #10: NullReferenceException when inheritance and multiple assemblies are used

V 1.14

08 Oct 06:21
Compare
Choose a tag to compare

Fix #8: Hang at runtime if generic class uses property info

V 1.13

18 Jun 12:30
Compare
Choose a tag to compare
  • Fine-tune #6 to support get-only properties.

V 1.12

16 Jun 12:37
Compare
Choose a tag to compare

Fix #6: Set interceptor is not invoked by auto property initializer

V1.11

14 Jun 17:28
Compare
Choose a tag to compare
  • Fix #7: AmbiguousMatchException when subclass hides an inherited property of different type