CacheManager.Serialization.Json 0.7.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package CacheManager.Serialization.Json --version 0.7.4
NuGet\Install-Package CacheManager.Serialization.Json -Version 0.7.4
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="CacheManager.Serialization.Json" Version="0.7.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CacheManager.Serialization.Json --version 0.7.4
#r "nuget: CacheManager.Serialization.Json, 0.7.4"
#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 CacheManager.Serialization.Json as a Cake Addin
#addin nuget:?package=CacheManager.Serialization.Json&version=0.7.4

// Install CacheManager.Serialization.Json as a Cake Tool
#tool nuget:?package=CacheManager.Serialization.Json&version=0.7.4

CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features. The Core library contains a Newtonsoft.Json based serializer implementation which can be used instead of the default binary serializer.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  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. 
.NETPlatform dotnet52 is compatible. 
DNX dnx451 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (29)

Showing the top 5 NuGet packages that depend on CacheManager.Serialization.Json:

Package Downloads
Datory

基于 Dapper 及 SqlKata 的通用数据库操作库,支持SqlServer、MySql、PostgreSql、SQLite以及DM8。

BSynchro.Cache

Package Description

BSynchro.RatingEngine.Core

Package Description

Inaction.Extensions

.net core 快速开发框架,请下载Inaction.Web

Hummingbird.Extensions.Cache

分布式缓存

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on CacheManager.Serialization.Json:

Repository Stars
ThreeMammals/Ocelot
.NET API Gateway
VahidN/EFCoreSecondLevelCacheInterceptor
EF Core Second Level Cache Interceptor
VahidN/EFSecondLevelCache.Core
Entity Framework Core Second Level Caching Library
guoming/Hummingbird
分布式锁,分布式ID,分布式消息队列、配置中心、注册中心、服务注册发现、超时、重试、熔断、负载均衡
DavidChild/Bitter.Core.Orm.NetCore
bitter.core is a high-performance and easy-to-use netcore / netframework orm framework. I think you'll love it. designed for development and efficiency. efficiency, high performance and high stability are always the pursuit of programmers. bittercore was born for that. you want to be lazy, even lazier! simple, more simple! controllable, more controllable! please use it bitter.Core .
Version Downloads Last updated
2.0.0-beta-1629 217,873 11/15/2018
1.2.0 3,092,148 12/6/2018
1.1.2 641,562 11/18/2017
1.1.1 149,569 7/2/2017
1.1.0 14,673 6/5/2017
1.0.1 8,008 4/20/2017
1.0.0 19,066 3/19/2017
1.0.0-beta-1456 1,591 3/14/2017
0.9.3 13,314 2/3/2017
0.9.2 30,616 12/1/2016
0.9.1 19,485 9/23/2016
0.9.0 5,010 8/21/2016
0.8.0 41,789 2/28/2016
0.7.4 1,911 2/14/2016
0.7.3 1,784 2/5/2016
0.7.2 2,059 1/27/2016
0.7.1 1,791 1/20/2016
0.7.0 2,325 12/26/2015

Some Configuration refactoring / simplifications / extensions.
Added CacheManager.Microsoft.Extensions.Configuration (fixes #43) which allows to load configuration from json files and other sources.
Added a cachemanager.json schema file for json editors (like VS2015).
Renamed AspNetCore.Logging package to CacheManager.Microsoft.Extensions.Logging.
First iteration on Back-Plate optimizations #39.