Skip to content

DotNetToolkit.Repository v2.7.0

Choose a tag to compare

@johelvisguzman johelvisguzman released this 17 May 00:04
· 411 commits to master since this release
5bb9d7b

Changes / Fixes

  • #475 Removed the IQueryResult and introduced a new cache query result interface for caching
  • #462 Added a dependency resolver
  • #369 Added support for the ninject IOC container
  • #464 Renamed caching namespaces
  • #461 Added a repository specific exception
  • #422 Added a new nhibernate context provider
  • #459 Allowed the config file to load from a specific path
  • #448 Allowed contexts to configure repository conventions
  • #450 Added async variants to the repository interceptor
  • #449 Removed un-necessary interceptor methods
  • #445 Changed caching extensions to be public
  • #444 Added internal guard/checks
  • #438 Removed the caching item priority from the caching interfaces
  • #394 Allowed the in-memory context to ignore sql execute warnings
  • #427 Allowed the file stream context to ignore sql execute warnings
  • #420 Allowed the repository to clear the cache
  • #423 Fixed issue with the unit of work incrementing the global prefix caching counter
  • #398 Added support for redis caching
  • #412 Removed the expiry config element as well as providing better string type conversion
  • #414 Allowed the ability to invoke a configuration element constructor based on the highest number of matching parameters
  • #368 Allowed logger provider to be configured from a config file
  • #405 Allowed the mapping provider to be configured from the config file
  • #406 Allowed logging provider to be configured from config file
  • #366 Allowed caching provider to be configured from config file
  • #399 Allowed net451, netstandard1.3 to use configuration sections
  • #383 Allowed the ado.net context to auto create a table as an option when validating an entity feature
  • #392 Re-introduce read-only wrappers
  • #332 Allowed the in-memory context to work with a fetching strategy
  • #385 Fixed issue with the Ef include is not working when complex grouping is performed
  • #370 Added back json and xml context providers
  • #377 Fixed issue with the ado.net context not being able to delete/update based on composite keys
  • #335 Added a new project to support extensions for the unity DI container