DotNetToolkit.Repository v3.0.0
What's Changed
- (GH-605) fixed un-handled null reference when registering a logger provider by @johelvisguzman in #606
- Bump log4net from 2.0.8 to 2.0.10 in /samples/DotNetToolkit.Repository.Wpf.Demo by @dependabot in #612
- (GH-615) Fixed crashed for Xml Configuration by @johelvisguzman in #616
- (GH-610) Remove repository conventions by @johelvisguzman in #614
- fixed object null reference issue with the ef core primary key convention helper by @johelvisguzman in #617
- Cleaned up internal convention helper code for repository context by @johelvisguzman in #618
- Added back caching to all the convention helpers by @johelvisguzman in #619
- (GH-620) Remove experimental repository contexts by @johelvisguzman in #621
- (GH-586) Target netcoreapp3.1 for testing projects by @johelvisguzman in #611
- (GH-607) find symbols artifacts when deploying to myget by @johelvisguzman in #623
- (GH-622) Convert the AzureStorageBlob repository context to handle async operations and update to latest package by @johelvisguzman in #626
- (GH-624) removed AzureStorageTable repository context by @johelvisguzman in #627
- Removed query result interfaces and used only the concrete class by @johelvisguzman in #628
- (GH-625) added new async operations for adding, deleting and updating entities within a context by @johelvisguzman in #629
- Updated copyright year information by @johelvisguzman in #630
- (GH-631) updated project dependencies to the latest by @johelvisguzman in #632
- Removed dependency to the linq context base async class by @johelvisguzman in #633
- (GH-258) refactored groupby repository and service operations by @johelvisguzman in #635
- (GH-634) Fix method with optional parameters being hidden by overload by @johelvisguzman in #636
- (GH-640) Add support for enumerable context base operations by @johelvisguzman in #641
- (GH-642) Allow to fetch entities with composite key by @johelvisguzman in #643
- (GH-644) Allow to find foreign keys from source for enumerable context type by @johelvisguzman in #645
- (GH-644) Fix if statement within convention helper by @johelvisguzman in #646
- (GH-649) Ensure spec predicate not missing from options for find methods by @johelvisguzman in #650
- (GH-565) Add support for fetching nested properties for enumerables by @johelvisguzman in #651
- (GH-652) Allow to fetch one-directional nav properties within fetch helper by @johelvisguzman in #653
- (GH-652) Cleanup foreign key helper by @johelvisguzman in #655
- (GH-657) Fix container name building within the azure storage blob context by @johelvisguzman in #658
- (GH-660) Allow to configure json serializer, and added default settings when options not provided by @johelvisguzman in #661
- (GH-659) Allow azure storage blob context to respect DatabaseGeneratedOption for primary keys by @johelvisguzman in #662
- (GH-656) Add a new FastActivator to use throughout the entire solution by @johelvisguzman in #663
- (GH-613) Add specialized RepositoryOptionsBuilderExtensions for caching providers by @johelvisguzman in #666
- (GH-665) Add json serializer settings to caching providers by @johelvisguzman in #667
- (GH-669) Update dependency packages by @johelvisguzman in #670
New Contributors
- @dependabot made their first contribution in #612