Jezda.Common.Extensions
1.0.35
dotnet add package Jezda.Common.Extensions --version 1.0.35
NuGet\Install-Package Jezda.Common.Extensions -Version 1.0.35
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.Extensions" Version="1.0.35" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Jezda.Common.Extensions" Version="1.0.35" />
<PackageReference Include="Jezda.Common.Extensions" />
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.Extensions --version 1.0.35
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Jezda.Common.Extensions, 1.0.35"
#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.Extensions@1.0.35
#: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.Extensions&version=1.0.35
#tool nuget:?package=Jezda.Common.Extensions&version=1.0.35
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Jezda.Common.Extensions
Extension methods for common .NET types, Hangfire integration, and utility helpers.
📦 Installation
dotnet add package Jezda.Common.Extensions
🎯 What's Included
Extension Methods
DateTimeExtensions- DateTime manipulation and formattingPagedListExtensions- Extensions for working with paginated resultsHttpResponseDataExtension- HTTP response data helpers
Hangfire Extensions
HangfireExtensions- Hangfire configuration and setup helpers- PostgreSQL integration - Hangfire with PostgreSQL storage
💡 Quick Examples
// DateTime extensions
var date = DateTime.Now;
// [Add specific examples based on your DateTimeExtensions]
// PagedList extensions
var pagedData = items.ToPagedList(pageNumber, pageSize);
// Hangfire setup
services.AddHangfireWithPostgres(configuration);
🔗 Dependencies
- Hangfire 1.8.21 - Background job processing
- Hangfire.PostgreSql 1.20.12 - PostgreSQL storage for Hangfire
- Entity Framework Core 9.0.8
- Npgsql 9.0.3 - PostgreSQL provider
📚 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
- Hangfire (>= 1.8.21)
- Hangfire.PostgreSql (>= 1.20.12)
- Jezda.Common.Abstractions (>= 1.0.35)
- Jezda.Common.Domain (>= 1.0.35)
- Microsoft.EntityFrameworkCore (>= 9.0.9)
- Npgsql (>= 9.0.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Jezda.Common.Extensions:
| Package | Downloads |
|---|---|
|
Jezda.Common.Data
Production-ready GenericRepository and UnitOfWork implementations for EF Core. Features: 50+ methods, Specification Pattern, Soft Delete, Batch Operations, Pagination, AsNoTracking, and Aggregates. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.35 | 109 | 2/17/2026 |
| 1.0.34 | 430 | 11/27/2025 |
| 1.0.33 | 295 | 11/24/2025 |
| 1.0.32 | 199 | 11/23/2025 |
| 1.0.31 | 221 | 11/7/2025 |
| 1.0.30 | 234 | 10/31/2025 |
| 1.0.29 | 256 | 10/27/2025 |
| 1.0.28 | 210 | 10/23/2025 |
| 1.0.27 | 183 | 10/17/2025 |
| 1.0.26 | 200 | 10/16/2025 |
| 1.0.25 | 210 | 10/15/2025 |
| 1.0.24 | 201 | 10/14/2025 |
| 1.0.23 | 236 | 10/14/2025 |
| 1.0.22 | 213 | 10/2/2025 |
| 1.0.21 | 213 | 9/11/2025 |
| 1.0.20 | 210 | 9/11/2025 |
| 1.0.19 | 304 | 8/18/2025 |
| 1.0.18 | 138 | 8/16/2025 |
| 1.0.17 | 214 | 8/13/2025 |
| 1.0.16 | 205 | 8/10/2025 |
Loading failed