Corely.Common
1.0.1
dotnet add package Corely.Common --version 1.0.1
NuGet\Install-Package Corely.Common -Version 1.0.1
<PackageReference Include="Corely.Common" Version="1.0.1" />
<PackageVersion Include="Corely.Common" Version="1.0.1" />
<PackageReference Include="Corely.Common" />
paket add Corely.Common --version 1.0.1
#r "nuget: Corely.Common, 1.0.1"
#addin nuget:?package=Corely.Common&version=1.0.1
#tool nuget:?package=Corely.Common&version=1.0.1
Corely Common
This library contains common utilities to help simplify common programming tasks
Installation
dotnet add package Corely.Common
Getting Started
Corely.Common provides a collection of utility classes and extensions that can be used in projects to simplify common programming tasks. These utilities include:
- Redaction Provider for sanitizing sensitive data
- Delimited text (e.g. CSV, TSV) read / write utilities with support for large data sets
- Paged Result for handling paginated data
- Dispose Base for implementing disposable objects
- File Path utilities for working with file paths
- Various Extensions for common operations
- Converters for JSON serialization/deserialization
Documentation
Details about each utility can be found in the documentation.
Repository
License
This project is licensed under the MIT License - see the LICENSE file for details.
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. 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. |
-
net8.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Corely.Common:
Package | Downloads |
---|---|
Corely.DataAccess
Abstraction of data access layer that allows domain to be agnostic to database or other persistence implementations |
GitHub repositories
This package is not used by any popular GitHub repositories.