Nextended.Aspire 10.0.6

dotnet add package Nextended.Aspire --version 10.0.6
                    
NuGet\Install-Package Nextended.Aspire -Version 10.0.6
                    
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.Aspire" Version="10.0.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nextended.Aspire" Version="10.0.6" />
                    
Directory.Packages.props
<PackageReference Include="Nextended.Aspire" />
                    
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.Aspire --version 10.0.6
                    
#r "nuget: Nextended.Aspire, 10.0.6"
                    
#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.Aspire@10.0.6
                    
#: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.Aspire&version=10.0.6
                    
Install as a Cake Addin
#tool nuget:?package=Nextended.Aspire&version=10.0.6
                    
Install as a Cake Tool

Nextended

NuGet License

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
Nextended.Core Foundation library with extension methods and custom types NuGet
Nextended.Blazor Blazor-specific helpers and components NuGet
Nextended.Cache Caching utilities and extensions NuGet
Nextended.EF Entity Framework Core extensions NuGet
Nextended.Web ASP.NET Core utilities NuGet
Nextended.Imaging Image processing utilities NuGet
Nextended.UI WPF/Windows UI helpers NuGet
Nextended.CodeGen Source code generation NuGet
Nextended.Aspire .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

🔗 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 Migration Guide 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 MIT License - see the LICENSE file for details.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  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 is compatible.  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 Nextended.Aspire:

Package Downloads
Nextended.Aspire.Hosting.Supabase

This Library provides an Aspire Supabase solution

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.6 61 1/22/2026
10.0.5 101 1/17/2026
10.0.4 268 12/12/2025
10.0.3 463 11/20/2025
10.0.2 249 11/16/2025
10.0.1 286 11/13/2025
10.0.0 284 11/11/2025
10.0.0-prev-1 263 11/10/2025
9.0.27 207 11/5/2025
9.0.27-prev-4 193 10/28/2025
9.0.27-prev-3 193 10/27/2025
9.0.25 286 10/13/2025
9.0.25-prev-2 203 10/6/2025
9.0.25-prev-1 208 9/29/2025
9.0.24 231 9/25/2025
9.0.24-prev-3 192 9/25/2025
9.0.23 317 8/30/2025
9.0.23-prev-1 227 8/28/2025
9.0.20 188 8/18/2025
9.0.16 204 8/11/2025
9.0.13 244 4/21/2025
9.0.12 237 4/1/2025
9.0.11 216 4/1/2025
9.0.10 211 3/31/2025
9.0.3 160 2/12/2025