Skip to content

DotNetToolkit.Repository v2.3.0

Choose a tag to compare

@johelvisguzman johelvisguzman released this 06 Jun 13:30
· 1016 commits to master since this release
18341c4

Changes / Fixes

  • #83 Added a parameterless method for the repository factory
  • #86 Corrected the name of the file that is generated when only the directory is provided
  • #87 Renamed RepositoryOptions to RepositoryFactoryOptions
  • #88 Allow ado-net repository to be instantiated using only a connection string
  • #91 Renamed RepositoryAsyncBase to RepositoryBaseAsync
  • #94 Changed the repository factory options to a dictionary
  • #96 Made some performance changes to the convention helper class and repository base
  • #97 Manage the lifecycle of the repositories (this is done by using interceptors when certain actions are taken)
  • #101 Fixed issue where some of the async Repository classes were not inheriting from the correct interface
  • #98 Added a new asynchronous repository factory
  • #92 Fixed inheritance issue with some of the async traits