Jezda.Common.Helpers
1.0.30
dotnet add package Jezda.Common.Helpers --version 1.0.30
NuGet\Install-Package Jezda.Common.Helpers -Version 1.0.30
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="Jezda.Common.Helpers" Version="1.0.30" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Jezda.Common.Helpers" Version="1.0.30" />
<PackageReference Include="Jezda.Common.Helpers" />
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 Jezda.Common.Helpers --version 1.0.30
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Jezda.Common.Helpers, 1.0.30"
#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.
#:package Jezda.Common.Helpers@1.0.30
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Jezda.Common.Helpers&version=1.0.30
#tool nuget:?package=Jezda.Common.Helpers&version=1.0.30
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Jezda.Common.Helpers
Utility classes and helper implementations for common tasks including encryption, string manipulation, date/time handling, and more.
📦 Installation
dotnet add package Jezda.Common.Helpers
🎯 What's Included
Helper Classes
EncryptionHelper- Encryption and decryption utilitiesStringHelper- String manipulation and validationDateTimeOffsetHelper- DateTimeOffset utilities and conversionsCurrencyCodeHelper- Currency code validation and utilitiesDisplayMasker- Masking sensitive data for display (e.g., credit cards, emails)PermissionHelper- Permission and authorization helpers- Identity utilities - User identity and authentication helpers
💡 Quick Examples
// Encryption
var encrypted = EncryptionHelper.Encrypt("sensitive data");
var decrypted = EncryptionHelper.Decrypt(encrypted);
// String masking
var maskedEmail = DisplayMasker.MaskEmail("user@example.com");
// Output: u***@example.com
var maskedCard = DisplayMasker.MaskCreditCard("1234567890123456");
// Output: ************3456
// Date/time utilities
var utcNow = DateTimeOffsetHelper.GetUtcNow();
// Currency validation
bool isValid = CurrencyCodeHelper.IsValidCode("USD");
// String helpers
var slug = StringHelper.ToSlug("Hello World!");
// Output: hello-world
🔗 Dependencies
- Microsoft.Extensions.Identity.Core 9.0.8 - Identity framework support
- Jezda.Common.Abstractions - Common interfaces
- Jezda.Common.Domain - Domain models
📚 Documentation
For complete documentation, see the main repository README.
📄 License
MIT License - see LICENSE for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. 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 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- Jezda.Common.Abstractions (>= 1.0.30)
- Jezda.Common.Domain (>= 1.0.30)
- Microsoft.Extensions.Identity.Core (>= 9.0.9)
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.30 | 148 | 10/31/2025 |
| 1.0.29 | 203 | 10/27/2025 |
| 1.0.28 | 169 | 10/23/2025 |
| 1.0.27 | 133 | 10/17/2025 |
| 1.0.26 | 160 | 10/16/2025 |
| 1.0.25 | 175 | 10/15/2025 |
| 1.0.24 | 166 | 10/14/2025 |
| 1.0.23 | 168 | 10/14/2025 |
| 1.0.22 | 170 | 10/2/2025 |
| 1.0.21 | 172 | 9/11/2025 |
| 1.0.20 | 163 | 9/11/2025 |
| 1.0.19 | 265 | 8/18/2025 |
| 1.0.18 | 106 | 8/16/2025 |
| 1.0.17 | 176 | 8/13/2025 |
| 1.0.16 | 165 | 8/10/2025 |
| 1.0.15 | 144 | 8/9/2025 |
| 1.0.14 | 56 | 8/2/2025 |
| 1.0.13 | 52 | 8/2/2025 |
| 1.0.12 | 169 | 7/17/2025 |
| 1.0.11 | 168 | 7/14/2025 |
| 1.0.10 | 160 | 7/14/2025 |
| 1.0.9 | 163 | 7/14/2025 |
| 1.0.8 | 170 | 7/10/2025 |
| 1.0.7 | 174 | 7/8/2025 |
| 1.0.6 | 166 | 7/2/2025 |
| 1.0.5 | 122 | 6/28/2025 |
| 1.0.4 | 128 | 6/28/2025 |
| 1.0.2 | 126 | 6/27/2025 |