Orthogonal.ObjectDb.Esent.Universal 3.1.3

Suggested Alternatives

Orthogonal.ObjectDb.Esent

Additional Details

There is no longer a need for a UWP target package because the original library and package now target .NET Standard 2.0 and can be consumed by all modern project types (including UWP).

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Orthogonal.ObjectDb.Esent.Universal --version 3.1.3
NuGet\Install-Package Orthogonal.ObjectDb.Esent.Universal -Version 3.1.3
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="Orthogonal.ObjectDb.Esent.Universal" Version="3.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Orthogonal.ObjectDb.Esent.Universal --version 3.1.3
#r "nuget: Orthogonal.ObjectDb.Esent.Universal, 3.1.3"
#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 Orthogonal.ObjectDb.Esent.Universal as a Cake Addin
#addin nuget:?package=Orthogonal.ObjectDb.Esent.Universal&version=3.1.3

// Install Orthogonal.ObjectDb.Esent.Universal as a Cake Tool
#tool nuget:?package=Orthogonal.ObjectDb.Esent.Universal&version=3.1.3

This library implements an in-process database for storing and retrieving class objects and their property values. The library is designed to be as easy to use as possible, with a small footprint and trivial dependencies. The backing storage is the Microsoft Extensible Storage Engine (ESENT) high-performance, high-capacity, transactional database which is built into all modern versions of Windows. The ObjectDb runtime is implemented as two small managed libraries which are added as project references.

Product Compatible and additional computed target framework versions.
Windows win5 is compatible. 
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

Updates to Windows and Visual Studio in the last year required the creation of new UWP library and test runner projects. The custom DataObjectFieldAttribute class was removed as this is now provided in the UWP platform libraries.