IntegrationTool.Core
1.0.0
dotnet add package IntegrationTool.Core --version 1.0.0
NuGet\Install-Package IntegrationTool.Core -Version 1.0.0
<PackageReference Include="IntegrationTool.Core" Version="1.0.0" />
<PackageVersion Include="IntegrationTool.Core" Version="1.0.0" />
<PackageReference Include="IntegrationTool.Core" />
paket add IntegrationTool.Core --version 1.0.0
#r "nuget: IntegrationTool.Core, 1.0.0"
#:package IntegrationTool.Core@1.0.0
#addin nuget:?package=IntegrationTool.Core&version=1.0.0
#tool nuget:?package=IntegrationTool.Core&version=1.0.0
The base library defining the interfaces and common utilities required by the IntegrationTool.Transform and IntegrationTool.Validation. The library can be used to create different implementations fo the transformation and validation libraries or to create extension libraries.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net5.0
- log4net (>= 2.0.13)
- Microsoft.Extensions.Logging.Abstractions (>= 5.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on IntegrationTool.Core:
| Package | Downloads |
|---|---|
|
IntegrationTool.Validation
Provides an implementation of a generalized object validation process that utilised rules defining the expected object definition.. |
|
|
IntegrationTool.Transform
Provides an implementation of a generalized object transformation process that utilised rules defining the mappings. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 623 | 11/2/2021 |
# v1.0.0
Provides Rule definition class and interfaces for transformation and validation logic