CacheRepository 1.3.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package CacheRepository --version 1.3.6
NuGet\Install-Package CacheRepository -Version 1.3.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CacheRepository" Version="1.3.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CacheRepository --version 1.3.6
#r "nuget: CacheRepository, 1.3.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CacheRepository as a Cake Addin
#addin nuget:?package=CacheRepository&version=1.3.6

// Install CacheRepository as a Cake Tool
#tool nuget:?package=CacheRepository&version=1.3.6

Fast and configurable repository implementation for multiple types of data sources.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.1 1,296 10/18/2017
1.6.0 1,003 10/18/2017
1.5.10 1,002 10/16/2017
1.5.9 998 10/14/2017
1.5.6 1,002 10/13/2017
1.5.5 979 10/12/2017
1.5.4 1,472 12/21/2015
1.5.3 1,140 12/17/2015
1.5.2 1,148 12/17/2015
1.5.1 1,134 12/17/2015
1.5.0 1,194 12/16/2015
1.4.0 1,350 9/29/2015
1.3.19 1,254 9/28/2015
1.3.18 1,248 9/28/2015
1.3.17 1,277 9/28/2015
1.3.16 1,255 9/28/2015
1.3.15 1,312 9/28/2015
1.3.14 1,292 9/28/2015
1.3.13 1,265 9/25/2015
1.3.12 1,633 2/12/2015
1.3.11 1,443 2/12/2015
1.3.10 1,440 2/12/2015
1.3.9 1,483 1/23/2014
1.3.8 1,292 1/23/2014
1.3.7 1,390 1/23/2014
1.3.6 1,349 12/20/2013
1.3.5 1,382 9/13/2013
1.3.4 1,367 9/13/2013
1.3.3 1,422 9/13/2013
1.3.2 1,315 9/13/2013
1.3.1 1,475 1/28/2013
1.3.0 1,414 1/22/2013
1.2.0 1,428 1/21/2013
1.1.0 1,465 1/18/2013
1.0.0 1,550 1/16/2013

[1.3.6] Changed the .net target framework from 4.5 to 4.0. This will allow older projects to depend on this library.
[1.3.5] Fixed a bug within the Repository that would try and get a max id value when an insert is called even if the IdDoesNotExist strategy was declared. This was also causing an unnecessary select * query when ids are guids.
[1.3.4] Made the SqlWithPassThruConnectionAndTransactionConnectionResolver constructor public. Otherwise its' not useful.
[1.3.3] Updated the nuspec
[1.3.2] Created the SqlWithPassThruConnectionAndTransactionConnectionResolver as a way to use this library with an existing IDbConnection and IDbTransaction.
[1.3.1] Updated FubuCore to 1.0.0.225 version.
[1.3] Added the ability to insert lines into existing text files by either overwriting or appending.
[1.2] Expanded the FileRepository's API to now allow you to insert lines into text files.
[1.1] Made entity id configuration not necessary for most cases.
[1.0] This is the initial release of the library.