Pansynchro.Core
0.5.15
See the version list below for details.
dotnet add package Pansynchro.Core --version 0.5.15
NuGet\Install-Package Pansynchro.Core -Version 0.5.15
<PackageReference Include="Pansynchro.Core" Version="0.5.15" />
paket add Pansynchro.Core --version 0.5.15
#r "nuget: Pansynchro.Core, 0.5.15"
// Install Pansynchro.Core as a Cake Addin #addin nuget:?package=Pansynchro.Core&version=0.5.15 // Install Pansynchro.Core as a Cake Tool #tool nuget:?package=Pansynchro.Core&version=0.5.15
The core contains definitions of basic concepts that are used throughout the Pansynchro ecosystem. Virtually every other piece of Pansynchro will have a dependency on Pansynchro.Core.
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 is compatible. 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
- Antlr4.Runtime (>= 4.6.6)
- DotNet.Glob (>= 3.1.3)
- Newtonsoft.Json (>= 13.0.1)
- System.Linq (>= 4.3.0)
- System.Linq.Async (>= 6.0.1)
-
net7.0
- Antlr4.Runtime (>= 4.6.6)
- DotNet.Glob (>= 3.1.3)
- Newtonsoft.Json (>= 13.0.1)
- System.Linq (>= 4.3.0)
- System.Linq.Async (>= 6.0.1)
NuGet packages (16)
Showing the top 5 NuGet packages that depend on Pansynchro.Core:
Package | Downloads |
---|---|
Pansynchro.SQL
Library providing core functionality for SQL database connectors |
|
Pansynchro.Connectors.MSSQL
Pansynchro connector to read from or write to SQL Server databases. |
|
Pansynchro.Sources.Files
Pansynchro data source to read from local files. |
|
Pansynchro.Connectors.TextFile
Pansynchro connectors to read from JSON, CSV, and plain text data sources. |
|
Pansynchro.Sources.Http
Pansynchro data source to read from HTTP/HTTPS/REST API data. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.6.34 | 348 | 9/7/2024 |
0.6.33 | 122 | 3/11/2024 |
0.6.32 | 112 | 3/4/2024 |
0.6.30 | 227 | 1/28/2024 |
0.6.29 | 100 | 1/24/2024 |
0.6.28 | 106 | 1/24/2024 |
0.6.23 | 365 | 1/18/2024 |
0.6.22 | 140 | 1/16/2024 |
0.6.21 | 480 | 11/26/2023 |
0.6.20 | 124 | 11/26/2023 |
0.6.18 | 145 | 11/15/2023 |
0.6.17 | 134 | 11/15/2023 |
0.6.16 | 345 | 11/14/2023 |
0.6.15 | 385 | 11/14/2023 |
0.6.14 | 518 | 11/6/2023 |
0.6.13 | 395 | 11/1/2023 |
0.6.12 | 369 | 10/29/2023 |
0.6.11 | 396 | 10/29/2023 |
0.6.10 | 388 | 10/29/2023 |
0.6.9 | 413 | 10/25/2023 |
0.6.8 | 397 | 10/25/2023 |
0.6.7 | 405 | 10/25/2023 |
0.6.6 | 398 | 10/25/2023 |
0.6.5 | 410 | 10/24/2023 |
0.6.3 | 401 | 10/18/2023 |
0.6.2 | 416 | 10/17/2023 |
0.6.1 | 548 | 9/28/2023 |
0.6.0 | 412 | 9/23/2023 |
0.5.15 | 545 | 5/18/2023 |
0.5.14 | 506 | 5/18/2023 |
0.5.13 | 517 | 5/18/2023 |
0.5.12 | 515 | 5/18/2023 |
0.5.11 | 512 | 5/17/2023 |
0.5.10 | 506 | 5/17/2023 |
0.5.9 | 1,820 | 10/27/2022 |
0.5.8 | 2,124 | 9/10/2022 |
0.5.7 | 2,183 | 8/22/2022 |
0.5.6 | 1,984 | 7/5/2022 |
0.5.5 | 1,808 | 7/5/2022 |
0.5.4 | 1,851 | 7/3/2022 |
0.5.3 | 1,880 | 7/2/2022 |
0.5.2 | 1,836 | 6/28/2022 |
0.5.1 | 1,742 | 6/25/2022 |
0.5.0 | 1,592 | 6/15/2022 |
Ensuring that a TransformingReader will use destination field names rather than source field names.