Skip to content

Releases: greuelpirat/DeepCopy

v1.0.16 - Support for records

30 Apr 02:38
Compare
Choose a tag to compare

records get their own protected shallow copy constructor. this constructor must be replaced by setting Overwrite in AddDeepCopyConstructor to true

v1.0.15

09 Oct 04:00
Compare
Choose a tag to compare
  • Check that [DeepCopyExtension] targets only static methods
  • Update Fody dependencies

v1.0.14

28 Aug 17:23
Compare
Choose a tag to compare
  • Removed usage auf System.ValueTuple (made problems in net-framework-projects)
  • Updated to preview image for appveyor build

v1.0.13

23 Aug 14:55
Compare
Choose a tag to compare
  • #17 Support structs (ValueType)
  • Reworked exception handling

revoked release. Had some troubles with System.ValueTuple.

1.0.12

29 Sep 13:50
Compare
Choose a tag to compare
  • Refactoring
  • Supporting of nested generic arguments
  • Fody 6

v1.0.11

22 Jul 17:34
Compare
Choose a tag to compare

#13 improved exception logging
#14 fixed extension method for nested types
#15 extension methods throws exception on build if all found types are abstract
#16 fixed collection properties with available copy-constructor

v1.0.10

21 Jul 13:31
Compare
Choose a tag to compare
  • #10 Support derivations of Dictionary, List and HashSet
  • #11 Fix for "... is declared in another module and needs to be imported"
  • #12 Support for nested types
  • Update to Fody 5.1.1

v1.0.9

19 Jun 10:55
Compare
Choose a tag to compare
  • Restored .net-Framework dependency (4.5.2)
  • Added Nuget-Icon

v1.0.8

07 Jun 18:09
Compare
Choose a tag to compare
  • Update to Fody 5.0.6
  • Fix for auto property initializer

v1.0.7

12 Apr 17:39
Compare
Choose a tag to compare
+Attribute DeepCopyByReference