SKitLs.Data
1.0.0-preview.3
Prefix Reserved
See the version list below for details.
dotnet add package SKitLs.Data --version 1.0.0-preview.3
NuGet\Install-Package SKitLs.Data -Version 1.0.0-preview.3
<PackageReference Include="SKitLs.Data" Version="1.0.0-preview.3" />
paket add SKitLs.Data --version 1.0.0-preview.3
#r "nuget: SKitLs.Data, 1.0.0-preview.3"
// Install SKitLs.Data as a Cake Addin #addin nuget:?package=SKitLs.Data&version=1.0.0-preview.3&prerelease // Install SKitLs.Data as a Cake Tool #tool nuget:?package=SKitLs.Data&version=1.0.0-preview.3&prerelease
SKitLs.Data
README version: 24.XI
SKitLs.Data is a consolidated library that combines the functionalities of SKitLs.Data.IO and SKitLs.Data.Core. It provides a unified and modular interface for data management and I/O operations.
Features
- Unified abstractions for data management.
- Native support for JSON (via System.Text.Json) and Excel (basic support).
- Extensible architecture with optional modules:
SKitLs.Data.IO.NewtonsoftJson
for advanced JSON serialization.SKitLs.Data.IO.EPPlus
for enhanced Excel operations.
Contents
Setup
Installation
Using Terminal Command:
To install the project using the terminal command, follow these steps:
- Open the terminal or command prompt.
- Run command:
dotnet add package SKitLs.Data
Using NuGet Packages Manager:
To install the project using the NuGet Packages Manager, perform the following steps:
- Open your preferred Integrated Development Environment (IDE) that supports NuGet package management (e.g., Visual Studio).
- Create a new project or open an existing one.
- Select "Project" > "Manage NuGet Packages"
- In the "Browse" tab, search for the project package you want to install.
- Click on the "Install" button to add the selected package to your project.
- Follow any additional setup instructions or configurations provided in the project's documentation.
Downloading Source Code and Direct Linking:
To install the project by downloading the source code and directly linking it to your project, adhere to the following steps:
- Visit the project repository on GitHub
- Click on the "Code" button and select "Download ZIP" to download the project's source code as a zip archive.
- Extract the downloaded zip archive to the desired location on your local machine.
- Open your existing project or create a new one in your IDE.
- Add the downloaded project files to your solution using the "Add Existing Project" option in your IDE's solution explorer.
- Reference the project in your solution and ensure any required dependencies are resolved.
- Follow any additional setup or configuration instructions provided in the project's documentation.
Please note that each method may have specific requirements or configurations that need to be followed for successful installation. Refer to the project's documentation for any additional steps or considerations.
Usage
To get up-to-dated usage examples, please visit wiki.
Contributors
Currently, there are no contributors actively involved in this project. However, our team is eager to welcome contributions from anyone interested in advancing the project's development.
We value every contribution and look forward to collaborating with individuals who share our vision and passion for this endeavor. Your participation will be greatly appreciated in moving the project forward.
Thank you for considering contributing to our project.
License
This project is distributed under the terms of the MIT License.
Copyright (C) 2024, SKitLs
Contacts
For any issues related to the project, please feel free to reach out to us through the project's GitHub page. We welcome bug reports, feedback, and any other inquiries that can help us improve the project.
You can also contact the project owner directly via their GitHub profile at the following link or email: skitlsdev@gmail.com
Your collaboration and support are highly appreciated, and we will do our best to address any concerns or questions promptly and professionally. Thank you for your interest in our project.
Notes
Thank you for choosing our solution for your needs, and we look forward to contributing to your project's success.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
-
net8.0
- SKitLs.Utils.Extensions (>= 0.2.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SKitLs.Data:
Package | Downloads |
---|---|
SKitLs.Utils.Loggers
Lightweight package aimed to streamline the logging process and simplify debugging for developers. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.0.0-preview.9 | 37 | 12/20/2024 | |
1.0.0-preview.8 | 47 | 12/20/2024 | |
1.0.0-preview.7 | 41 | 12/20/2024 | |
1.0.0-preview.6 | 40 | 12/5/2024 | |
1.0.0-preview.5 | 37 | 12/3/2024 | |
1.0.0-preview.4 | 37 | 12/3/2024 | |
1.0.0-preview.3 | 35 | 12/2/2024 | |
1.0.0-preview.2 | 42 | 12/2/2024 | |
1.0.0-preview.1 | 36 | 12/2/2024 |
Initial Relase
Consilidated SKitLs.Data.IO v2.2.1 & SKitLs.Data.Core v1.2.1