Utilities.Dev.Helper
1.0.0
See the version list below for details.
dotnet add package Utilities.Dev.Helper --version 1.0.0
NuGet\Install-Package Utilities.Dev.Helper -Version 1.0.0
<PackageReference Include="Utilities.Dev.Helper" Version="1.0.0" />
paket add Utilities.Dev.Helper --version 1.0.0
#r "nuget: Utilities.Dev.Helper, 1.0.0"
// Install Utilities.Dev.Helper as a Cake Addin #addin nuget:?package=Utilities.Dev.Helper&version=1.0.0 // Install Utilities.Dev.Helper as a Cake Tool #tool nuget:?package=Utilities.Dev.Helper&version=1.0.0
DESCRIPTION
Utilities.Dev.Helper is a .Net library for faster and easy development. This library helps take care of the common and everyday re-usable functions or codes. It is intended to cover all areas of the development.
Usage
After installing the package, include it in your project to have access to all the classes, functions, extensions and methods.
Sample Codes Example
#1: Applying the library and to make it available in your code.
Using Utilities.Dev.Helper
#2: Generate random number
using Utilities.Dev.Helper.Methods
UtilDefault.GenerateRandomNumbers(6);
#2: Remove special characters
using Utilities.Dev.Helper.Extensions
String text = "/Good @ Luck";
text.UtilDefault.TruncateSpecialCharacters();
Contributing
This will be considered in the later future.
License
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. |
-
net6.0
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Newtonsoft.Json (>= 13.0.3)
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 |
---|---|---|
2024.4.12.132126 | 139 | 4/12/2024 |
12.4.24 | 118 | 4/12/2024 |
1.0.0 | 124 | 3/13/2024 |