You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ConfigurationBasedRepository and Autofac extensions
Made ConfigurationBasedRepository constructors public so they could be
used directly by Autofac generic bindings.
Cleaned up XmlRepository
For some reason, previously we needed to clone the internal list before
using it for the queries, but that didn't seem right anymore. So I
removed it and made sure all tests still pass.
New nuget 1.3.2 package
Includes convention override ability, FetchStrategy improvement so you
can use an Expression for multiple levels deep, and a FetchStrategy bug
fix for the Find method