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
<PackageReference Include="HaxlSharp.Core" Version="0.1.6009.41571" />
<PackageVersion Include="HaxlSharp.Core" Version="0.1.6009.41571" />
<PackageReference Include="HaxlSharp.Core" />
paket add HaxlSharp.Core --version 0.1.6009.41571
#r "nuget: HaxlSharp.Core, 0.1.6009.41571"
#:package HaxlSharp.Core@0.1.6009.41571
#addin nuget:?package=HaxlSharp.Core&version=0.1.6009.41571
#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 | Versions 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. |
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 | 10,042 | 6/14/2016 |
| 0.1.6006.29164 | 2,046 | 6/11/2016 |
- Let statements immediately before final select were incorrectly writing their results to a child scope.
- Added configurable logging.