Skip to content

DotNetToolkit.Repository v2.8.0

Compare
Choose a tag to compare
@johelvisguzman johelvisguzman released this 19 Jun 19:57
· 333 commits to master since this release
a6fa0a9

Changes / Fixes

  • #514 Fixed issue with the ConvertTo method not converting nullable types
  • #389 Added a new variant to the find method, which takes in an array of navigation properties path to fetch
  • #437 Added a new couchbase caching provider
  • #510 Added configuration action parameters to the caching providers
  • #497 Added a new service factory
  • #485 Fixed issue with the options builder not being able to determine if it is configure or not
  • #480 #523 Allowed the InvokeConstructor to initialize properties from the keyvalue parameters (this is used when trying to initialized types from the config file)
  • #479 Allowed the caching providers to set a key hasher/transformer
  • #481 Added a new variant to the execute sql function which passes in a repository conventions object
  • #520 #522 Allowed to cache the repository conventions results by the context that is attached to