Pansynchro.Core 0.6.34

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

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

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

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 351 9/7/2024
0.6.33 125 3/11/2024
0.6.32 115 3/4/2024
0.6.30 233 1/28/2024
0.6.29 103 1/24/2024
0.6.28 109 1/24/2024
0.6.23 368 1/18/2024
0.6.22 143 1/16/2024
0.6.21 483 11/26/2023
0.6.20 126 11/26/2023
0.6.18 147 11/15/2023
0.6.17 136 11/15/2023
0.6.16 348 11/14/2023
0.6.15 389 11/14/2023
0.6.14 524 11/6/2023
0.6.13 397 11/1/2023
0.6.12 371 10/29/2023
0.6.11 400 10/29/2023
0.6.10 392 10/29/2023
0.6.9 416 10/25/2023
0.6.8 400 10/25/2023
0.6.7 408 10/25/2023
0.6.6 400 10/25/2023
0.6.5 412 10/24/2023
0.6.3 403 10/18/2023
0.6.2 418 10/17/2023
0.6.1 551 9/28/2023
0.6.0 417 9/23/2023
0.5.15 547 5/18/2023
0.5.14 508 5/18/2023
0.5.13 519 5/18/2023
0.5.12 517 5/18/2023
0.5.11 515 5/17/2023
0.5.10 509 5/17/2023
0.5.9 1,822 10/27/2022
0.5.8 2,127 9/10/2022
0.5.7 2,185 8/22/2022
0.5.6 1,987 7/5/2022
0.5.5 1,811 7/5/2022
0.5.4 1,854 7/3/2022
0.5.3 1,882 7/2/2022
0.5.2 1,839 6/28/2022
0.5.1 1,745 6/25/2022
0.5.0 1,595 6/15/2022

Adding a working equality comparer to StreamDefinition
Updating dependencies
Updating logging with a new system devised by @tolemac