Skip to content

Tags: chowlett/SharpRepository

Tags

1.4.0.0

Toggle 1.4.0.0's commit message
ConfigurationBasedRepository and Autofac extensions

Made ConfigurationBasedRepository constructors public so they could be
used directly by Autofac generic bindings.

1.3.6.0

Toggle 1.3.6.0's commit message
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.

1.3.2.0

Toggle 1.3.2.0's commit message
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

1.3.1.0

Toggle 1.3.1.0's commit message
NuGet packages for 1.3.1

1.3.0.0

Toggle 1.3.0.0's commit message
Updated NuGet packages to 1.3

Only releasing Ef5Repository 1.3 to nuget since it was only changes to
that library

1.2.0.0

Toggle 1.2.0.0's commit message
Added compound key repository integration tests

1.1.2.2

Toggle 1.1.2.2's commit message
Added 2 unit tests for new EF5 and MongoDb PK overrides

1.1.2.1

Toggle 1.1.2.1's commit message
Nuget package 1.1.2.1

1.1.2.0

Toggle 1.1.2.0's commit message
Nuget package 1.1.2 for bug fix on pagination & caching

1.1.1.0

Toggle 1.1.1.0's commit message
SharpRepository.Repository 1.1.1.0 nuget package

Adds the ConfigurationBasedRepository bits to that package