Corely.Common 1.0.1

dotnet add package Corely.Common --version 1.0.1
                    
NuGet\Install-Package Corely.Common -Version 1.0.1
                    
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="Corely.Common" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Corely.Common" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Corely.Common" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Corely.Common --version 1.0.1
                    
#r "nuget: Corely.Common, 1.0.1"
                    
#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.
#addin nuget:?package=Corely.Common&version=1.0.1
                    
Install Corely.Common as a Cake Addin
#tool nuget:?package=Corely.Common&version=1.0.1
                    
Install Corely.Common as a Cake Tool

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

Corely.Common

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

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.

Version Downloads Last updated
1.0.1 140 3/31/2025
1.0.0 159 3/16/2025