Jezda.Common.Extensions 1.0.23

There is a newer version of this package available.
See the version list below for details.
dotnet add package Jezda.Common.Extensions --version 1.0.23
                    
NuGet\Install-Package Jezda.Common.Extensions -Version 1.0.23
                    
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.23" />
                    
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.23" />
                    
Directory.Packages.props
<PackageReference Include="Jezda.Common.Extensions" />
                    
Project file
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.23
                    
#r "nuget: Jezda.Common.Extensions, 1.0.23"
                    
#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.23
                    
#: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.23
                    
Install as a Cake Addin
#tool nuget:?package=Jezda.Common.Extensions&version=1.0.23
                    
Install as a Cake Tool

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 formatting
  • PagedListExtensions - Extensions for working with paginated results
  • HttpResponseDataExtension - 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 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.

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.31 162 11/7/2025
1.0.30 184 10/31/2025
1.0.29 219 10/27/2025
1.0.28 177 10/23/2025
1.0.27 151 10/17/2025
1.0.26 171 10/16/2025
1.0.25 186 10/15/2025
1.0.24 176 10/14/2025
1.0.23 204 10/14/2025
1.0.22 184 10/2/2025
1.0.21 181 9/11/2025
1.0.20 174 9/11/2025
1.0.19 267 8/18/2025
1.0.18 111 8/16/2025
1.0.17 190 8/13/2025
1.0.16 176 8/10/2025
1.0.15 153 8/9/2025
1.0.14 84 8/2/2025
1.0.13 82 8/2/2025
1.0.12 176 7/17/2025
1.0.11 182 7/14/2025
1.0.10 176 7/14/2025
1.0.9 178 7/14/2025
1.0.8 179 7/10/2025
1.0.7 182 7/8/2025
1.0.6 188 7/2/2025
1.0.5 137 6/28/2025
1.0.4 136 6/28/2025
1.0.2 122 6/27/2025