Releases: codepb/DDDToolkit
Releases · codepb/DDDToolkit
1.3.6
04 Mar 10:20
Compare
Sorry, something went wrong.
No results found
Fix update when entity already tracked
1.3.5
17 Feb 21:52
Compare
Sorry, something went wrong.
No results found
Fixes bug where using Has with an expression that evaluates to a boolean after an And or Or in a query excluded the prior part of the query
1.3.4
04 Feb 16:41
Compare
Sorry, something went wrong.
No results found
Api Controllers now return IActionRequest for all methods
1.3.3
04 Feb 10:43
Compare
Sorry, something went wrong.
No results found
Fixed bug where IncludeEverything when nothing to include would error
1.3.2
03 Feb 19:39
Compare
Sorry, something went wrong.
No results found
No tracking on queries
03 Feb 19:08
Compare
Sorry, something went wrong.
No results found
Fixed bug where query method on repository tracked entities.
Added query method on repository that includes children
Fixed nuget package data for Validation library
1.3.0
29 Jan 20:41
Compare
Sorry, something went wrong.
No results found
Validation library and improvements to Querying library
1.2.1
21 Jan 16:00
Compare
Sorry, something went wrong.
No results found
Changes to make Queries simpler, and added some tests to Queries
1.2.0
21 Jan 13:35
Compare
Sorry, something went wrong.
No results found
Added new querying library that allows fluent definition of queries. Application services and repository can use these queries.
1.1.1: Merge pull request #17 from codepb/develop
16 Jan 21:42
Compare
Sorry, something went wrong.
No results found
ReadOnlyRepository now returns a ReadOnlyCollection internally, instead of a list
Added Alias for ConvertTask().To<T>() that is more explicit: ConvertTask().ToTaskOf<T>()