Skip to content

Releases: tonyredondo/ObjectInspector

0.3.7

11 Jun 11:12
75f59fd
Compare
Choose a tag to compare

Added:

  • DynamicFetcher extension methods

Fixed:

  • Ducktype property Getter and Setter on non public instances

0.3.6

11 Jun 08:33
Compare
Choose a tag to compare

Fixed:

  • Fix method calls with void return types on non public instances

0.3.5

10 Jun 22:02
70320b6
Compare
Choose a tag to compare

Added:

  • DuckType support for non public object instances by adding and using dynamic fetchers inside the proxy object.

0.3.4

10 Jun 12:18
9e0adf4
Compare
Choose a tag to compare

Added:

  • DuckType custom exceptions

Changed:

  • Better Exception handling and informations

0.3.3

03 Jun 15:32
Compare
Choose a tag to compare

Fixed:

  • Duck type factory rent algorithm.

0.3.2

03 Jun 14:53
Compare
Choose a tag to compare

Added:

  • DuckType factory objects to pre create a proxy without the current instance.
  • Extension methods for Type and object types

0.3.1

02 Jun 13:51
Compare
Choose a tag to compare

Fixed:

  • Inner object ducktyping fix

0.3.0

02 Jun 12:27
d29eaf7
Compare
Choose a tag to compare

Added:

  • Support for known generic interfaces as return type
  • New target frameworks

Changed:

  • Now the assemblies have a strong name
  • Remove the dependency from ValueTuple

0.2.6

01 Jun 21:58
e6cae8e
Compare
Choose a tag to compare

Added:

  • Generic methods call support

0.2.5

01 Jun 17:08
0baf963
Compare
Choose a tag to compare

Added:

  • Property DuckType type cache field
  • Indexer getter and setter support