Kalix.Leo.Core 8.6.0

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

// Install Kalix.Leo.Core as a Cake Tool
#tool nuget:?package=Kalix.Leo.Core&version=8.6.0

Core library that abstracts your storage layer, adds encryption/compression

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Kalix.Leo.Core:

Package Downloads
Kalix.Leo.Azure

Azure implementation of the Kalix.Leo storage abstraction

Kalix.Leo

Library to abstract indexing, querying, encryption and compression on a NoSQL store

Kalix.Leo.Lucene

Lucene implementation that intercepts the data flowing to the underlying storage

Kalix.Leo.Amazon

(Incomplete) Amazon implementation of the Kalix.Leo storage abstraction

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
19.0.0 515 11/29/2023
18.0.2 294 9/17/2023
18.0.1 357 6/29/2023
18.0.0 809 11/17/2022
17.2.2 1,122 6/24/2022
17.2.1 773 5/14/2022
17.2.0 915 3/13/2022
17.1.0 823 1/29/2022
17.0.0 560 12/14/2021
16.0.0 773 11/12/2021
15.3.0 685 11/10/2021
15.2.2 898 5/21/2021
15.2.1 940 3/10/2021
15.2.0 810 2/12/2021
15.1.0 720 2/11/2021
15.0.0 786 2/4/2021
14.0.0 784 1/30/2021
13.0.0 1,982 3/29/2020
12.0.0 1,619 1/24/2020
11.0.9 1,073 10/15/2019
11.0.8 1,474 10/15/2019
11.0.7 966 3/27/2019
11.0.6 1,516 12/1/2018
11.0.5 1,239 10/9/2018
11.0.4 1,135 10/9/2018
11.0.3 2,121 10/9/2018
11.0.2 1,368 10/9/2018
10.2.10 1,057 10/8/2018
10.2.9 1,163 10/8/2018
10.2.8 1,174 10/8/2018
10.2.7 1,103 10/8/2018
10.2.6 1,109 10/8/2018
10.2.5 1,111 10/8/2018
10.2.4 1,124 10/8/2018
10.2.3 1,165 10/8/2018
10.2.2 1,141 10/8/2018
10.2.1 1,103 10/8/2018
10.2.0 1,933 7/18/2018
10.1.1 1,343 4/25/2018
10.0.0 3,357 6/6/2017
9.0.0 2,135 3/30/2017
8.6.0 2,025 12/23/2016
8.5.1 1,795 11/5/2016
8.5.0 1,826 11/5/2016
8.4.2 1,191 9/13/2016
8.4.1 1,342 9/11/2016
8.4.0 2,785 7/27/2016
8.3.1 1,414 7/26/2016
8.3.0 2,163 7/14/2016
8.2.3 1,202 5/15/2016
8.2.1 1,411 4/16/2016
8.1.4 1,229 3/22/2016
8.1.3 1,132 3/21/2016
8.1.2 1,137 3/19/2016
8.0.5 1,460 1/3/2016
8.0.4 1,202 12/28/2015
8.0.1 1,177 12/24/2015
8.0.0 2,247 12/19/2015
7.2.8 1,187 12/4/2015
7.2.5 1,350 12/1/2015
7.2.4 1,502 11/30/2015
7.2.3 1,322 11/27/2015
7.2.2 1,210 11/4/2015
7.1.1 1,174 11/4/2015
7.1.0 1,936 10/31/2015
7.0.0 2,006 10/29/2015
6.0.2 3,533 7/22/2015
4.1.1 1,712 2/20/2015
4.1.0 3,417 1/7/2015
4.0.4 1,404 9/30/2014
4.0.3 1,233 9/23/2014
3.0.0 2,736 7/28/2014
2.0.0 2,095 7/8/2014
1.1.16 1,738 6/14/2014
1.1.15 2,130 6/13/2014
1.1.14 1,279 6/12/2014
1.0.4 2,688 5/23/2014
1.0.3 1,324 5/13/2014
1.0.2 1,436 4/28/2014
1.0.1 1,440 4/25/2014
1.0.0 3,068 4/21/2014

8.1.2 Changes to stream extensions on read streams, now uses read stream stack
8.1.3 Allow flush on read stream
8.1.4 Allow watcher stream to call Position on underlying stream
8.2.1 Added additional table methods
8.2.3 SearchBetween is end/start value inclusive
8.3.0 Added Cancel method to write async streams
8.3.1 Better waiting on listener, better error checking on async enumerable extension
8.4.0 Added IReindexer interface that can be used instead of IIndexer if different behavior is required on a re-index
8.4.1 Added SearchFor variation on indexer to allow for two values
8.4.2 Audit information should automatically be saved back on object save
8.5.1 Added count method to table interface, and exposed on record composition
8.6.0 Added force index method on ISecureStore