HaxlSharp.Core 0.1.6009.41571

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

// Install HaxlSharp.Core as a Cake Tool
#tool nuget:?package=HaxlSharp.Core&version=0.1.6009.41571

Composable data fetching with automatic concurrency and request deduplication. Contains only the core HaxlSharp functionality. If you don't intend to implement your own fetcher, install the "HaxlSharp" package instead.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on HaxlSharp.Core:

Package Downloads
HaxlSharp

Composable data fetching with automatic concurrency and request deduplication. Installs the core HaxlSharp functionality as well as a fetcher implementation.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.6009.41571 8,732 6/14/2016
0.1.6006.29164 1,608 6/11/2016

- Let statements immediately before final select were incorrectly writing their results to a child scope.
- Added configurable logging.