Skip to content

Releases: johelvisguzman/DotNetToolkit.Repository

DotNetToolkit.Repository v3.0.`

11 Jan 01:48
28cfdac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

DotNetToolkit.Repository v3.0.0

20 Oct 13:05
f2bda7d
Compare
Choose a tag to compare

What's Changed

New Contributors

DotNetToolkit.Repository v3.0.0-alpha-470

13 Apr 20:44
9cd5939
Compare
Choose a tag to compare

Changes / Fixes

  • #603 Add an action context to interceptors
  • #601 Allow IOC extension projects to scan for additional types
  • #599 Allow IOC extension projects to scan for logging providers
  • #597 Fixed issue with Repository Conventions failing to get primary key property from base class
  • #594 Allow ability to disable interceptors
  • #592 Unable to resolve db context for entity framework
  • #588 Add lifetime parameter to dependency injection extension projects

DotNetToolkit.Repository v3.0.0-alpha-455

25 Feb 22:15
a3a0bfc
Compare
Choose a tag to compare

Changes / Fixes

  • #585 The json file configuration for netstandard2_0 for caching providers is not recognizing an expiry properly
  • #583 Unable to configuration interceptors from the configuration file in netstandard2_0
  • #582 System.StackOverflowException occurring in netstandard2.0 due to Guard.NotNull
  • #578 Updated dependency packages to newer versions
  • #577 Consumed exception raised by the caching providers
  • #575 Re-introduce expiry config element
  • #572 Renamed queries namespace to query
  • #566 Unable to log activity within the context providers
  • #562 The ado.net context is crashing when executing a dataset or a data table
  • #558 Remove ExecuteSql function that uses a conventions projection callback and mapping provider

DotNetToolkit.Repository v2.9.2

30 Aug 00:39
e813126
Compare
Choose a tag to compare

Changes / Fixes

  • #550 Throw an exception when an entity does not have an identifier property defined
  • #552 Revert the azure storage table context providers to use old libraries

DotNetToolkit.Repository v2.9.1

08 Aug 17:19
5b67b8c
Compare
Choose a tag to compare

Changes / Fixes

  • #549 Removed unnecessary package references from net451 for the ado.net context

DotNetToolkit.Repository v2.9.0

06 Aug 18:55
20c78c5
Compare
Choose a tag to compare

Changes / Fixes

  • #543 Added a new variant to the get method which takes in a string based path collection to fetch
  • #536 Fixed an issue with the ado.net context not being able to properly read a connection string from the config file
  • #539 Fixed an issue with the ado.net context not being able to prevent un-mapped properties from being in the create table query
  • #535 Added new azure repository contexts
  • #531 Added new methods to the ado.net db helper for executing datasets and datatables

DotNetToolkit.Repository v2.8.6

09 Jul 19:12
410cc87
Compare
Choose a tag to compare

Changes / Fixes

  • #529 Removed net451 from the ef core repository context

DotNetToolkit.Repository v2.8.5

08 Jul 18:24
e7e85f9
Compare
Choose a tag to compare

Changes / Fixes

  • #524 Removed unnecessary dependencies
  • #527 Added interfaces for specific context feature

DotNetToolkit.Repository v2.8.0

19 Jun 19:57
a6fa0a9
Compare
Choose a tag to compare

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