ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson 0.1.10-beta3

Prefix Reserved
This is a prerelease version of ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson.
There is a newer version of this package available.
See the version list below for details.
dotnet add package ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson --version 0.1.10-beta3
                    
NuGet\Install-Package ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson -Version 0.1.10-beta3
                    
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="ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson" Version="0.1.10-beta3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson" Version="0.1.10-beta3" />
                    
Directory.Packages.props
<PackageReference Include="ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson --version 0.1.10-beta3
                    
#r "nuget: ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson, 0.1.10-beta3"
                    
#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.
#:package ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson@0.1.10-beta3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson&version=0.1.10-beta3&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson&version=0.1.10-beta3&prerelease
                    
Install as a Cake Tool

FusionCache

FusionCache logo

FusionCache is an easy to use, high performance and robust cache with an optional distributed 2nd layer and some advanced features.

It was born after years of dealing with all sorts of different types of caches: memory caching, distributed caching, http caching, CDNs, browser cache, offline cache, you name it. So I've tried to put together these experiences and came up with FusionCache.

Find out more.

📦 This package

This package is an implementation for a FusionCache serializer to be used with the optional distributed cache layer, based on Newtonsoft Json.NET.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson:

Package Downloads
Newguys.Sport

Package Description

IdempotentAPI.Cache.FusionCache

The FusionCache implementation for the definition of the IdempotentAPI.Cache.

Intech.Core.Caching

Package Description

XperienceCommunity.FusionCache

This package integrates with the popular Hybrid Caching library known as ZiggyCreatures.FusionCache (https://github.com/ZiggyCreatures/FusionCache) providing a true L1 + L2 layered caching solution within Xperience by Kentico.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson:

Repository Stars
ZiggyCreatures/FusionCache
FusionCache is an easy to use, fast and robust hybrid cache with advanced resiliency features.
ikyriak/IdempotentAPI
A .NET library that handles the HTTP write operations (POST and PATCH) that can affect only once for the given request data and idempotency-key by using an ASP.NET Core attribute (filter).
Version Downloads Last Updated
2.3.0 39,529 6/9/2025
2.2.0 105,198 4/18/2025
2.2.0-preview-1 213 4/6/2025
2.1.0 159,644 2/2/2025
2.0.2 2,020 4/18/2025
2.0.1 7,865 2/23/2025
2.0.0 39,402 1/19/2025
2.0.0-preview-4 1,375 1/1/2025
2.0.0-preview-3 2,799 12/9/2024
2.0.0-preview-1 450 11/10/2024
1.4.1 246,519 10/27/2024
1.4.0 285,101 9/15/2024
1.3.0 400,964 8/4/2024
1.2.0 197,478 6/2/2024
1.2.0-preview1 135 5/19/2024
1.1.0 119,126 4/24/2024
1.0.0 80,135 2/29/2024
1.0.0-preview2 247 2/23/2024
1.0.0-preview1 455 2/11/2024
0.26.0 116,079 2/11/2024
0.25.0 2,377 2/4/2024 0.25.0 is deprecated.
0.25.0-preview1 558 1/14/2024
0.24.0 136,703 11/12/2023
0.24.0-preview1 610 9/3/2023
0.23.0 155,572 8/1/2023
0.22.0 25,230 7/9/2023
0.21.0 83,010 5/28/2023
0.21.0-preview2 641 5/21/2023
0.21.0-preview1 678 5/1/2023
0.20.0 54,940 4/8/2023
0.20.0-preview2 631 3/29/2023
0.20.0-preview1 737 3/3/2023
0.19.0 117,872 2/12/2023
0.18.0 42,176 12/18/2022
0.17.0 4,287 12/4/2022
0.16.0 3,342 11/12/2022
0.15.0 206,929 10/26/2022
0.14.0 3,055 10/18/2022
0.13.0 77,020 8/14/2022
0.12.0 3,307 7/19/2022
0.11.0 2,539 7/12/2022
0.10.1 1,719 6/23/2022
0.10.0 121,736 5/1/2022
0.10.0-preview1 709 4/23/2022
0.9.0 12,982 2/17/2022
0.1.10-beta3 1,752 2/14/2022
0.1.10-beta2 720 2/11/2022
0.1.10-beta1 732 2/9/2022
0.1.10-alpha2 740 1/30/2022
0.1.10-alpha1 731 1/27/2022
0.1.9 21,064 11/23/2021
0.1.7 24,105 10/16/2021
0.1.6 1,786 8/1/2021
0.1.5 1,004 6/29/2021
0.1.4 3,247 6/5/2021
0.1.3 1,320 4/3/2021
0.1.2 12,635 2/26/2021
0.1.1 1,020 1/19/2021
0.1.0 1,484 12/31/2020

Dependencies update