VOOZH about

URL: https://www.nuget.org/packages/Nextended.Core/

⇱ NuGet Gallery | Nextended.Core 10.1.10




👁 Image
Nextended.Core 10.1.10

dotnet add package Nextended.Core --version 10.1.10
 
 
NuGet\Install-Package Nextended.Core -Version 10.1.10
 
 
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="Nextended.Core" Version="10.1.10" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nextended.Core" Version="10.1.10" />
 
Directory.Packages.props
<PackageReference Include="Nextended.Core" />
 
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 Nextended.Core --version 10.1.10
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Nextended.Core, 10.1.10"
 
 
#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 Nextended.Core@10.1.10
 
 
#: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=Nextended.Core&version=10.1.10
 
Install as a Cake Addin
#tool nuget:?package=Nextended.Core&version=10.1.10
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Nextended

👁 NuGet

A comprehensive suite of .NET libraries providing powerful extension methods, custom types, utilities, and code generation tools.

Note: This library was previously known as "nExt". It has been renamed to Nextended with full support for modern .NET versions including .NET 8 and .NET 9.

📦 Package Ecosystem

Package Description NuGet
Foundation library with extension methods and custom types 👁 NuGet
Blazor-specific helpers and components 👁 NuGet
Caching utilities and extensions 👁 NuGet
Entity Framework Core extensions 👁 NuGet
ASP.NET Core utilities 👁 NuGet
Image processing utilities 👁 NuGet
WPF/Windows UI helpers 👁 NuGet
Source code generation 👁 NuGet
.NET Aspire extensions 👁 NuGet

🚀 Quick Start

Installation

dotnet add package Nextended.Core

Basic Usage

using Nextended.Core.Extensions;
using Nextended.Core.Types;

// Extension methods
string text = "hello world";
string camelCase = text.ToCamelCase(); // "helloWorld"
string pascalCase = text.ToPascalCase(); // "HelloWorld"

// Custom types
var price = new Money(99.99m, Currency.USD);
var today = Date.Today;

// Object mapping
var userDto = user.MapTo<UserDto>();

// Advanced mapping with settings
var settings = ClassMappingSettings.Default
 .IgnoreProperties<User>(u => u.Password);
var dto = user.MapTo<UserDto>(settings);

🎯 Key Features

Extension Methods

  • String: Case conversions, validation, manipulation
  • DateTime: Business day calculations, date ranges, formatting
  • Collections: Advanced LINQ, batch processing, safe operations
  • Type: Reflection helpers, type inspection, attribute retrieval
  • Object: Deep cloning, property manipulation, conversions
  • Task: Async utilities, timeout operations, fire-and-forget

Custom Types

  • Money - Precise decimal type for financial calculations
  • Date - Date-only type without time components
  • BaseId - Generic strongly-typed ID wrapper
  • SuperType - Advanced entity type with subtype relationships
  • Range - Generic range type for intervals

Class Mapping

Fast and flexible object mapping without external dependencies:

var dto = sourceObject.MapTo<TargetDto>();

Code Generation

Generate code at compile-time from:

  • Auto-generate DTOs from domain models
  • Create strongly-typed classes from JSON/XML
  • Generate data classes from Excel spreadsheets

📚 Documentation

  • 🏠 Main Documentation Portal - Complete documentation site
  • 📖 - Installation and setup
  • 🏗️ - Solution structure and design
  • 📦 - Individual project guides
  • 💡 - Real-world examples

🔗 Migration from nExt

If you're migrating from the old nExt package:

  • The namespace has changed from nExt.* to Nextended.*
  • All functionality has been preserved and enhanced
  • See the for details (coming soon)

Legacy Package (no longer maintained): nExt.Core

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📄 License

This project is licensed under the GPL License - see the file for details.

🔗 Links

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 is compatible. 
.NET Framework net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (14)

Showing the top 5 NuGet packages that depend on Nextended.Core:

Package Downloads
MudBlazor.Extensions

MudBlazor.Extensions is a small extension library for MudBlazor from https://mudblazor.com/

Nextended.Blazor

Provides helper and extensions for Blazor specific projects

BlazorParameterCastingMagic

The BlazorParameterCastingMagic package provides a way to handle dynamic casting of parameters in Blazor components because Blazor does not natively support implicit conversions for parameters

AuralizeBlazor

AuralizeBlazor is a wrapper component for audioMotion-analyzer.

Nextended.CodeGen

Generate DTOs, interfaces and more from JSON, XML, Excel or existing classes.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Nextended.Core:

Repository Stars
fgilde/MudBlazor.Extensions
MudBlazor.Extensions from https://www.mudex.org is a small extension for MudBlazor from https://mudblazor.com
Version Downloads Last Updated
10.1.10 257 6/16/2026
10.1.9 1,328 5/29/2026
10.1.8 1,389 5/19/2026
10.1.7 331 5/16/2026
10.1.6 997 5/12/2026
10.1.5 355 5/12/2026
10.1.4 5,778 5/11/2026
10.1.3 263 5/11/2026
10.1.2 15,400 4/9/2026
10.1.1 324 4/7/2026
10.1.0 1,769 4/7/2026
10.0.9 621 3/20/2026
10.0.8 17,349 2/28/2026
10.0.8-prev-1 115 2/28/2026
10.0.7 501 2/25/2026
10.0.6 4,975 1/22/2026
10.0.5 806 1/17/2026
10.0.4 48,523 12/11/2025
10.0.3 13,396 11/20/2025
10.0.3-prev-1 486 11/16/2025
Loading failed