Fligoo.Framework.Full.DataContracts 2.3.0

dotnet add package Fligoo.Framework.Full.DataContracts --version 2.3.0
NuGet\Install-Package Fligoo.Framework.Full.DataContracts -Version 2.3.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="Fligoo.Framework.Full.DataContracts" Version="2.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fligoo.Framework.Full.DataContracts --version 2.3.0
#r "nuget: Fligoo.Framework.Full.DataContracts, 2.3.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 Fligoo.Framework.Full.DataContracts as a Cake Addin
#addin nuget:?package=Fligoo.Framework.Full.DataContracts&version=2.3.0

// Install Fligoo.Framework.Full.DataContracts as a Cake Tool
#tool nuget:?package=Fligoo.Framework.Full.DataContracts&version=2.3.0

Data contract manager

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.7.2

    • No dependencies.

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
2.3.0 138 8/17/2023

Se crea metodos e interfaces para manejar el LookTable, a razon de que anteriormente era un singleton,
con un diccionario estatico lo que generaba problemas al ejecutarse la misma aplicacion en distintas instancias de IIS,
ya que las diferentes instancias de los apis prevalecian en memoria dejando a la aplicacion sync con la base de datos pero
async respecto a las demas instancias del mismo api