Jezda.Common.Extensions
1.0.30
dotnet add package Jezda.Common.Extensions --version 1.0.30
NuGet\Install-Package Jezda.Common.Extensions -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.Extensions" 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.Extensions" Version="1.0.30" />
<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.30
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Jezda.Common.Extensions, 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.Extensions@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.Extensions&version=1.0.30
#tool nuget:?package=Jezda.Common.Extensions&version=1.0.30
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.30)
- Jezda.Common.Domain (>= 1.0.30)
- 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.30 | 105 | 10/31/2025 |
| 1.0.29 | 212 | 10/27/2025 |
| 1.0.28 | 170 | 10/23/2025 |
| 1.0.27 | 147 | 10/17/2025 |
| 1.0.26 | 168 | 10/16/2025 |
| 1.0.25 | 183 | 10/15/2025 |
| 1.0.24 | 173 | 10/14/2025 |
| 1.0.23 | 201 | 10/14/2025 |
| 1.0.22 | 182 | 10/2/2025 |
| 1.0.21 | 179 | 9/11/2025 |
| 1.0.20 | 172 | 9/11/2025 |
| 1.0.19 | 265 | 8/18/2025 |
| 1.0.18 | 109 | 8/16/2025 |
| 1.0.17 | 189 | 8/13/2025 |
| 1.0.16 | 174 | 8/10/2025 |
| 1.0.15 | 151 | 8/9/2025 |
| 1.0.14 | 82 | 8/2/2025 |
| 1.0.13 | 81 | 8/2/2025 |
| 1.0.12 | 174 | 7/17/2025 |
| 1.0.11 | 179 | 7/14/2025 |
| 1.0.10 | 174 | 7/14/2025 |
| 1.0.9 | 177 | 7/14/2025 |
| 1.0.8 | 177 | 7/10/2025 |
| 1.0.7 | 181 | 7/8/2025 |
| 1.0.6 | 186 | 7/2/2025 |
| 1.0.5 | 135 | 6/28/2025 |
| 1.0.4 | 134 | 6/28/2025 |
| 1.0.2 | 120 | 6/27/2025 |