CacheRepository 1.3.19
See the version list below for details.
dotnet add package CacheRepository --version 1.3.19
NuGet\Install-Package CacheRepository -Version 1.3.19
<PackageReference Include="CacheRepository" Version="1.3.19" />
paket add CacheRepository --version 1.3.19
#r "nuget: CacheRepository, 1.3.19"
// Install CacheRepository as a Cake Addin #addin nuget:?package=CacheRepository&version=1.3.19 // Install CacheRepository as a Cake Tool #tool nuget:?package=CacheRepository&version=1.3.19
Fast and configurable repository implementation for multiple types of data sources.
Product | Versions 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. |
-
- DapperExtensions (>= 1.4.0)
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,339 | 10/18/2017 |
1.6.0 | 1,022 | 10/18/2017 |
1.5.10 | 1,032 | 10/16/2017 |
1.5.9 | 1,011 | 10/14/2017 |
1.5.6 | 1,037 | 10/13/2017 |
1.5.5 | 1,015 | 10/12/2017 |
1.5.4 | 1,498 | 12/21/2015 |
1.5.3 | 1,160 | 12/17/2015 |
1.5.2 | 1,185 | 12/17/2015 |
1.5.1 | 1,159 | 12/17/2015 |
1.5.0 | 1,222 | 12/16/2015 |
1.4.0 | 1,384 | 9/29/2015 |
1.3.19 | 1,299 | 9/28/2015 |
1.3.18 | 1,291 | 9/28/2015 |
1.3.17 | 1,317 | 9/28/2015 |
1.3.16 | 1,287 | 9/28/2015 |
1.3.15 | 1,349 | 9/28/2015 |
1.3.14 | 1,331 | 9/28/2015 |
1.3.13 | 1,302 | 9/25/2015 |
1.3.12 | 1,679 | 2/12/2015 |
1.3.11 | 1,480 | 2/12/2015 |
1.3.10 | 1,486 | 2/12/2015 |
1.3.9 | 1,517 | 1/23/2014 |
1.3.8 | 1,314 | 1/23/2014 |
1.3.7 | 1,430 | 1/23/2014 |
1.3.6 | 1,395 | 12/20/2013 |
1.3.5 | 1,421 | 9/13/2013 |
1.3.4 | 1,412 | 9/13/2013 |
1.3.3 | 1,456 | 9/13/2013 |
1.3.2 | 1,352 | 9/13/2013 |
1.3.1 | 1,514 | 1/28/2013 |
1.3.0 | 1,444 | 1/22/2013 |
1.2.0 | 1,466 | 1/21/2013 |
1.1.0 | 1,504 | 1/18/2013 |
1.0.0 | 1,586 | 1/16/2013 |
[1.3.19] Handling DBNull values.
[1.3.18] Allowing nullable types to be set from the CustomGetAllQuery.[1.3.17] Fixed a bug in the CustomGetAllQuery.
[1.3.16] Created the CustomGetAllQuery because I can't seem to get the Massive one to work like I want.
[1.3.15] Fixed a bug when trying to use the GetAll strategy.
[1.3.14] Added a new GetAll strategy that will not throw when trying to retrieve bad values from a DataReader.
[1.3.13] Added the ability to supply delimited identifiers if you don't want to use Sql Server's square brackets.
[1.3.12] Fixed bug with trying to dispose a null transaction/connection.
[1.3.11] Pushed the new GetAll method down to the implementations.
[1.3.10] Added the ability to get all entities not using a generic.
[1.3.9] Really fixed the problem with trimming when an empty field delimitor is used.
[1.3.8] Fixed an issue when the delimited file might not have all of the delimiters on a line.
[1.3.7] Fixed a problem with trimming when the value to trim is an empty string.
[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.