Inoxie.Tools.DataProcessor
6.0.4
dotnet add package Inoxie.Tools.DataProcessor --version 6.0.4
NuGet\Install-Package Inoxie.Tools.DataProcessor -Version 6.0.4
<PackageReference Include="Inoxie.Tools.DataProcessor" Version="6.0.4" />
paket add Inoxie.Tools.DataProcessor --version 6.0.4
#r "nuget: Inoxie.Tools.DataProcessor, 6.0.4"
// Install Inoxie.Tools.DataProcessor as a Cake Addin #addin nuget:?package=Inoxie.Tools.DataProcessor&version=6.0.4 // Install Inoxie.Tools.DataProcessor as a Cake Tool #tool nuget:?package=Inoxie.Tools.DataProcessor&version=6.0.4
Implementation of the Inoxie DataProcessor abstraction. Offers utilities for paginating and filtering data from databases. Can be tailored to specific database entities by extending base or searchable filter models.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Inoxie.Tools.DataProcessor.Abstractions (>= 6.0.4)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Inoxie.Tools.DataProcessor:
Package | Downloads |
---|---|
Inoxie.Tools.ApiServices.GuidId
The concrete implementation of the Inoxie API services specifically designed for handling entities with globally unique identifier (GUID) based identifiers. Leveraging the foundational abstractions provided by `Inoxie.Tools.ApiServices.GuidId.Abstractions`, this project offers tangible methods and classes for seamless interactions with GUID-identified data within the broader API services ecosystem. |
|
Inoxie.Tools.ApiServices.StringId
Concrete implementation of the Inoxie API services layer focused on identifiers based on text strings (`StringId`). Building on abstractions provided by `Inoxie.Tools.ApiServices.StringId.Abstractions`, this project delivers actual methods and classes that facilitate interaction with data using `StringId` identifiers. It collaborates with other Inoxie tools, including data repositories and processors, to ensure consistency and efficiency in the API services ecosystem. |
|
Inoxie.Tools.ApiServices.LongId
The concrete implementation layer of the Inoxie API services centered around long integer-based identifiers (`LongId`). Building on the abstractions provided by `Inoxie.Tools.ApiServices.LongId.Abstractions`, this project offers the actual methods and classes that facilitate interactions with data using the `LongId` identifiers. It collaborates with other Inoxie tools, such as data repositories and processors, to ensure cohesion and efficiency within the API services ecosystem. |
GitHub repositories
This package is not used by any popular GitHub repositories.