DTDucasCore 1.0.0

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

// Install DTDucasCore as a Cake Tool
#tool nuget:?package=DTDucasCore&version=1.0.0                

DTDucasCore

A comprehensive .NET library providing extension methods and utilities for common programming tasks.

Features

  • Math Extensions: Mathematical operations and calculations
  • Path Extensions: File and directory path handling
  • Encryption Extensions: Cryptographic functions and hashing
  • Unit Conversion Extensions: Common unit conversion utilities
  • Exception Extensions: Enhanced exception handling and logging
  • Convert Extensions: Type conversion and parsing utilities

Installation

Install via NuGet Package Manager:

Install-Package DTDucasCore

Usage

using DTDucasCore.Extensions;

// Math operations
decimal value = 123.456m;
decimal rounded = value.Round(2); // 123.46

// Path operations
string path = @"C:\folder\file.txt";
bool exists = path.IsFile();

// Encryption
string text = "Hello World";
string encrypted = text.EncryptAES();

Requirements

  • .NET Framework 4.8
  • Newtonsoft.Json 13.0.3

License

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

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 36 11/20/2024

Initial release