SpringCard.LibCs
25.21.30
dotnet add package SpringCard.LibCs --version 25.21.30
NuGet\Install-Package SpringCard.LibCs -Version 25.21.30
<PackageReference Include="SpringCard.LibCs" Version="25.21.30" />
<PackageVersion Include="SpringCard.LibCs" Version="25.21.30" />
<PackageReference Include="SpringCard.LibCs" />
paket add SpringCard.LibCs --version 25.21.30
#r "nuget: SpringCard.LibCs, 25.21.30"
#:package SpringCard.LibCs@25.21.30
#addin nuget:?package=SpringCard.LibCs&version=25.21.30
#tool nuget:?package=SpringCard.LibCs&version=25.21.30
SpringCard.LibCs
SpringCard .NET Library - A comprehensive C# utility library by SpringCard
📋 Table of Contents
📖 Overview
SpringCard.LibCs is a versatile .NET library developed by SpringCard, providing a wide range of utility classes and helpers for common programming tasks. This library is designed to simplify and standardize everyday operations in .NET applications.
Originally developed for internal use at SpringCard, this library has been made available to the developer community to facilitate the creation of robust and maintainable .NET applications.
✨ Features
Core Utilities
- String & Binary Operations: Advanced string manipulation, binary conversion, hexadecimal encoding/decoding
- File & Configuration Management: INI files, JSON configuration, CSV parsing
- Data Structures: Key-value pairs, ASN.1 TLV encoding/decoding
- Hashing & Cryptography: Various hashing algorithms
- Application Information: Version info, module information, system details
Logging Framework
- Multiple Logger Implementations:
- Console logger
- File logger (with rotation support)
- Syslog logger (UDP/TCP)
- GELF logger (Graylog Extended Log Format)
- Windows Event Log logger
- Flexible Logging Levels: Trace, Debug, Info, Warning, Error, Fatal
- Custom Logger Support: Implement
ILoggerinterface for your own logging backend
Network & Communication
- REST Client: Simple HTTP/HTTPS client for RESTful API consumption
- Ping Utilities: Network connectivity checking
- System Execution: Process execution with output capture
- Command Line Parsing: GNU-style command line argument parsing (
getoptandgetoptlong)
System Utilities
- System Information: Retrieve comprehensive system details
- File Utilities: File operations and manipulations
- Random Number Generation: Secure random number generation
- Update Checking: Application update verification
🎯 Supported Frameworks
SpringCard.LibCs is a multi-target library supporting:
- .NET Framework 4.8 - Full compatibility with legacy applications
- .NET 6.0 - Modern .NET with performance improvements
- .NET 10.0 - Latest .NET version with cutting-edge features
🚀 Installation
Via NuGet Package Manager
Install-Package SpringCard.LibCs
Via .NET CLI
dotnet add package SpringCard.LibCs
Via PackageReference in csproj
<PackageReference Include="SpringCard.LibCs" Version="[latest-version]" />
📚 API Documentation
For complete API documentation, please refer to the official SpringCard documentation:
📜 License
This library is licensed under SpringCard proprietary license. See LICENSE.txt for full license text.
Copyright (c) 2008-2026 SpringCard - www.springcard.com
All rights reserved
🆘 Support
For support and inquiries:
- Website: https://www.springcard.com
- Email: support@springcard.com
🏷️ Package Information
| Property | Value |
|---|---|
| Package ID | SpringCard.LibCs |
| Author | SpringCard |
| Copyright | Copyright © SpringCard SAS, France, 2014-2026 all rights reserved |
🔄 Version History
For complete version history, see the NuGet Package Page.
📝 Notes
- This library is actively maintained by SpringCard
- Compatible with Windows, Linux, and macOS environments (depending on target framework)
- Optimized for performance and reliability
- Extensively tested in production environments
Made with care by SpringCard SAS, France
| 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. 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 is compatible. 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. |
| .NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Microsoft.Extensions.Configuration (>= 10.0.1)
- System.Configuration.ConfigurationManager (>= 10.0.1)
-
net10.0
- Microsoft.Extensions.Configuration (>= 10.0.1)
- System.Configuration.ConfigurationManager (>= 10.0.1)
- System.IO.Ports (>= 10.0.1)
-
net6.0
- Microsoft.Extensions.Configuration (>= 10.0.1)
- System.Configuration.ConfigurationManager (>= 10.0.1)
- System.IO.Ports (>= 6.0.0)
NuGet packages (9)
Showing the top 5 NuGet packages that depend on SpringCard.LibCs:
| Package | Downloads |
|---|---|
|
SpringCard.LibCs.Windows.Forms
Package Description |
|
|
SpringCard.LibCs.Net.Telnet
SpringCard .NET Library - Telnet client |
|
|
SpringCard.LibCs.GetText
SpringCard .NET Library - Port of GNU GetText to .NET |
|
|
SpringCard.LibCs.Crypto
SpringCard .NET Library - Cryptographic primitives and utilities |
|
|
SpringCard.LibCs.Translations
SpringCard .NET Library - Translations |
GitHub repositories
This package is not used by any popular GitHub repositories.