Skip to content

DotNetToolkit.Repository v2.5.0

Choose a tag to compare

@johelvisguzman johelvisguzman released this 13 Nov 15:34
ee6291e

Changes / Fixes

  • #282 Allowed to throw an error if repository is defined with a key type that does not match the entity feature
  • #265 Allowed ef/ef core to attached an entity when performing an update
  • #267 Optimized the FindAll and GroupBy queries
  • #266 Fixed an issue with the ado.net context when building a cross join query
  • #263 Fixed issue with the repository async operations are not being awaited for disposal
  • #261 Fixed issue with the ado.net context failing validation due to a primary key mismtach
  • #253 Allowed to get a total number when filtering queries (for pagination)
  • #220 Introduced logging
  • #247 Introduced services
  • #243 Removed the read-only repository wrappers
  • #237 Allowed the ado.net context to use an existing connection
  • #231 Removed csv, xml and json projects
  • #222 Added ability to configure repositories using a config file