DX.Utils
25.2.3.35
dotnet add package DX.Utils --version 25.2.3.35
NuGet\Install-Package DX.Utils -Version 25.2.3.35
<PackageReference Include="DX.Utils" Version="25.2.3.35" />
<PackageVersion Include="DX.Utils" Version="25.2.3.35" />
<PackageReference Include="DX.Utils" />
paket add DX.Utils --version 25.2.3.35
#r "nuget: DX.Utils, 25.2.3.35"
#:package DX.Utils@25.2.3.35
#addin nuget:?package=DX.Utils&version=25.2.3.35
#tool nuget:?package=DX.Utils&version=25.2.3.35
Several C# utility classes and extension methods
| Product | Versions 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. |
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- System.ComponentModel.Annotations (>= 5.0.0)
-
net10.0
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Configuration.ConfigurationManager (>= 8.0.0)
-
net8.0
- System.Configuration.ConfigurationManager (>= 8.0.0)
-
net9.0
- System.Configuration.ConfigurationManager (>= 8.0.0)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on DX.Utils:
| Package | Downloads |
|---|---|
|
DX.Data.Xpo
Several XPO Related Helper classes and abstract DX.Data.IDataStore implementation for use with XPO with FluentValidation and no Mapping logic |
|
|
DX.Data.Xpo.Identity
XPO Based abstract storage provider for ASP.NET Identity |
|
|
DX.Data.Xpo.Mvc
Several extension classes and methods on DevExpress MVC Controls, XPO and XPDataStore implementations. This package needs an active DevExpress ASP.NET license |
|
|
DX.Data.EF
Abstract DX.Data.IDataStore implementation for use with EF with FluentValidation and no Mapping logic |
|
|
DX.Data.Xpo.Interfaces
Package with Interface for DX.Data.XPO.Identity ASP.NET Identity |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 25.2.3.35 | 284 | 4/7/2026 |
| 24.2.3.34 | 1,044 | 12/13/2024 |
| 23.2.3.33 | 932 | 9/17/2024 |
| 23.2.3.32 | 355 | 9/17/2024 |
| 23.2.3.31 | 1,517 | 1/11/2024 |
| 20.1.8.26 | 486 | 12/19/2023 |
| 20.1.8.25 | 426 | 12/14/2023 |
| 20.1.8.24 | 2,646 | 1/4/2023 |
| 20.1.8.22 | 1,180 | 11/1/2022 |
| 20.1.8.20 | 1,479 | 8/3/2022 |
| 20.1.8.19 | 1,582 | 6/16/2022 |
| 20.1.7.19 | 2,434 | 12/20/2021 |
| 20.1.7.18 | 3,042 | 3/12/2021 |
| 20.1.7.17 | 601 | 3/12/2021 |
| 20.1.7.16 | 2,293 | 10/12/2020 |
| 20.1.2.14-pre-20064 | 665 | 4/6/2020 |
| 1.0.0.14 | 2,358 | 1/17/2020 |
| 1.0.0.12 | 1,346 | 12/20/2019 |
| 1.0.0.11 | 1,289 | 12/17/2019 |
| 1.0.0.10 | 1,528 | 7/17/2019 |
23.2.3.34: .NETv9 support
23.2.3.31: Data.DataStore plus Validator and Mapper have been moved and simplified into package DX.Data
BREAKING CHANGES:
Data classes moved to DX.Data package
DX.Data package refactored to use FluentValidation with simplyfied validation logic
20.1.8.25: Upgrade to .NET 8
20.1.8.24: static class renamed in Strings.cs
20.1.8.22: IsCollectionProperty extension method added to fix bug in DX.Data.Xpo
20.1.8.21: Upgrade from .NET Framework to 4.6.1 to 4.6.2
20.1.8.20: Fix
20.1.8.19: Small fix
20.1.7.19: .NET 6.0 upgrade
20.1.7.17: IDataStoreModel<TKey> not needed anymore on Models and DBModels. No ID property needed.
20.1.7.16: Validation results include eventType (inserting, Inserted etc), Exception helper class for results, smaller fixes
20.1.3.15: Upgrade to DX v20.1.3
20.1.2.14-pre-20064: Upgrade to DX v20.1.2-pre-20064 and .NET preview 5
1.0.0.14: BREAKING CHANGE: Signature-change on IDataValidator<..>.Deleting(..):
Was: Deleting(TKey id, object arg, IDataValidationResults<TKey> validationResults);
Is: Deleting(TKey id, IDataValidationResults<TKey> validationResults, params object[] args);
1.0.0.13: ListExtensions added
1.0.0.12: dotnet standard 2.1 for dotnet core v3.1 support
1.0.0.10: Small fixes and implementation of DataMapper and DataValidator
1.0.0.8: Small refactorings to improve speed and support for Pageable (XP)DataStore
1.0.0.7: Abstract Generic DTO DataStore and Validator classes added
1.0.0.6: Changed .NET Framework to v4.6.1
1.0.0.5: Initial dual mode package for .NET Framework and .NET Standard 2.0
Some features don't work yet on .NET Standard 2.0