Nextended.Core 9.0.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package Nextended.Core --version 9.0.10
                    
NuGet\Install-Package Nextended.Core -Version 9.0.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="9.0.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nextended.Core" Version="9.0.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 9.0.10
                    
#r "nuget: Nextended.Core, 9.0.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.
#addin nuget:?package=Nextended.Core&version=9.0.10
                    
Install Nextended.Core as a Cake Addin
#tool nuget:?package=Nextended.Core&version=9.0.10
                    
Install Nextended.Core as a Cake Tool

Nextended

This Libraray was updated to .net7 and renamed from old "nExt" to Nextended v 7.0.19 is cross compatible with net6 and net7

Old Nuget Package: https://www.nuget.org/packages/nExt.Core/ (No more updated)

Source for this package: https://github.com/fgilde/Nextended

Nuget Package https://www.nuget.org/packages/Nextended.Core/

Description

This Library provides great and usefull Extension Methods, Small Helpers and Great usefull Types

-Types

  • BaseId (Type for generic but Typed Id)
  • Money (Type to have a decimal working perfectly as Money type)
  • Date (A date type without time)
  • SuperType (a generic entity type that has a relationship with one or more subtypes)

-Extensions

  • ClassMappingExtensions
  • AssemblyExtensions
  • CacheExtensions
  • DateTimeExtensions
  • EnumerableExtensions
  • ExceptionExtensions
  • GuidExtensions
  • JObjectExtensions
  • MemberInfoExtensions
  • NotificationExtensions
  • NumericExtensions
  • ObjectExtensions
  • StringExtensions
  • TaskExtensions
  • TypeExtensions
  • UrlExtensions

Also this Package provide a very fast and Very easy to use classmapper. But this doesnt mean that this classmapper is not powerfull. If you want you can register classmappers with different assignements and conversion behaviors. But If you dont need you can start very quick ans easy for example.

Instance.MapTo<IInstanceInterfaceDto>()

You have possibilities to SetUp behavior of mapping for each map, or bind to mapper instance or register global

         var inputObject = new Object1 { ReportId = 8, ReportId2 = 9, IsMale = true, Age = 23, Name = "Hans", Adress = new Adress { Number = "19", Street = "Am Sonnenhang" } };
            var settings = ClassMappingSettings.Default.IgnoreProperties<Object1>(o => o.Age, o => o.ExtraShit)
                .IgnoreProperties<Adress>(adress2 => adress2.Street);
            inputObject.MapTo<Object2>(settings);

More documentation and features are comming soon

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

NuGet packages (10)

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.Cache

This Library provides great and usefull Extension Methods for caching

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
9.0.12 21 4/1/2025
9.0.10 58 3/31/2025
9.0.9 1,114 2/22/2025
9.0.8 125 2/16/2025
9.0.7 4,667 2/13/2025
9.0.6 125 2/3/2025
9.0.3 13,267 1/4/2025
9.0.2 224 1/2/2025
9.0.1 106 1/2/2025
9.0.0 10,641 1/2/2025
8.0.16 14,268 10/28/2024
8.0.15 100 10/28/2024
8.0.14 96 10/28/2024
8.0.12 17,062 10/12/2024
8.0.11 116 10/12/2024
8.0.10 119 10/12/2024
8.0.9 130 10/12/2024
8.0.8 111 10/12/2024
8.0.7 132 10/12/2024
8.0.3 141 10/12/2024
8.0.1 166 10/11/2024
8.0.0 187 10/11/2024
7.0.56 244 9/25/2024
7.0.55 24,062 7/16/2024
7.0.54 4,186 6/15/2024
7.0.53 120 6/14/2024
7.0.52 108 6/14/2024
7.0.51 407 5/26/2024
7.0.50 142 5/24/2024
7.0.49 801 4/26/2024
7.0.48 454 4/25/2024
7.0.47 52,310 11/14/2023
7.0.46 4,617 10/30/2023
7.0.45 479 10/27/2023
7.0.44 3,277 10/10/2023
7.0.43 513 10/9/2023
7.0.41 4,553 10/2/2023
7.0.40 877 9/25/2023
7.0.39 1,610 9/20/2023
7.0.38 7,202 9/20/2023
7.0.37 582 9/20/2023
7.0.36 658 9/16/2023
7.0.35 585 9/15/2023
7.0.34 630 9/15/2023
7.0.33 795 9/13/2023
7.0.32 563 9/13/2023
7.0.31 550 9/12/2023
7.0.30 554 9/12/2023
7.0.29 2,103 8/25/2023
7.0.28 3,744 6/30/2023
7.0.27 1,623 6/30/2023
7.0.26 752 6/30/2023
7.0.25 616 6/30/2023
7.0.24 1,584 6/22/2023
7.0.23 28,160 6/2/2023
7.0.22 7,682 4/27/2023
7.0.21 12,664 12/23/2022
7.0.20 1,139 12/19/2022
7.0.19 1,733 12/12/2022
7.0.18 1,383 11/19/2022
6.0.18 950 9/22/2022
6.0.17 5,525 9/19/2022
6.0.16 925 9/19/2022
6.0.15 947 9/19/2022
6.0.14 3,400 9/7/2022
6.0.13 876 9/7/2022
6.0.12 1,239 9/2/2022
6.0.11 886 8/25/2022
6.0.10 865 8/16/2022
6.0.9 884 8/8/2022
6.0.8 834 8/8/2022
6.0.7 6,374 6/6/2022
6.0.6 1,236 5/29/2022
6.0.5 916 5/2/2022
6.0.4 852 4/19/2022
6.0.3 905 1/27/2022
6.0.2 1,576 12/6/2021
6.0.1 1,106 12/6/2021
6.0.0 1,809 12/5/2021
5.0.4 1,347 9/24/2021
5.0.3 1,066 9/17/2021
5.0.2 764 7/16/2021
5.0.0 1,035 6/18/2021