DX.Utils
24.2.3.34
dotnet add package DX.Utils --version 24.2.3.34
NuGet\Install-Package DX.Utils -Version 24.2.3.34
<PackageReference Include="DX.Utils" Version="24.2.3.34" />
paket add DX.Utils --version 24.2.3.34
#r "nuget: DX.Utils, 24.2.3.34"
// Install DX.Utils as a Cake Addin #addin nuget:?package=DX.Utils&version=24.2.3.34 // Install DX.Utils as a Cake Tool #tool nuget:?package=DX.Utils&version=24.2.3.34
Several C# utility classes and extension methods
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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 is compatible. 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. |
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6
- System.ComponentModel.Annotations (>= 5.0.0)
-
net6.0
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Configuration.ConfigurationManager (>= 8.0.0)
-
net7.0
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Configuration.ConfigurationManager (>= 8.0.0)
-
net8.0
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Configuration.ConfigurationManager (>= 8.0.0)
-
net9.0
- System.ComponentModel.Annotations (>= 5.0.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.Xpo.Interfaces
Package with Interface for DX.Data.XPO.Identity ASP.NET Identity |
|
DX.Data.EF
Abstract DX.Data.IDataStore implementation for use with EF with FluentValidation and no Mapping logic |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
24.2.3.34 | 182 | 12/13/2024 |
23.2.3.33 | 615 | 9/17/2024 |
23.2.3.32 | 181 | 9/17/2024 |
23.2.3.31 | 861 | 1/11/2024 |
20.1.8.26 | 280 | 12/19/2023 |
20.1.8.25 | 239 | 12/14/2023 |
20.1.8.24 | 2,256 | 1/4/2023 |
20.1.8.22 | 927 | 11/1/2022 |
20.1.8.20 | 1,274 | 8/3/2022 |
20.1.8.19 | 1,321 | 6/16/2022 |
20.1.7.19 | 2,180 | 12/20/2021 |
20.1.7.18 | 2,723 | 3/12/2021 |
20.1.7.17 | 414 | 3/12/2021 |
20.1.7.16 | 1,891 | 10/12/2020 |
20.1.2.14-pre-20064 | 452 | 4/6/2020 |
1.0.0.14 | 2,025 | 1/17/2020 |
1.0.0.12 | 1,081 | 12/20/2019 |
1.0.0.11 | 1,064 | 12/17/2019 |
1.0.0.10 | 1,260 | 7/17/2019 |
1.0.0.9 | 1,171 | 6/6/2019 |
1.0.0.8 | 2,950 | 9/11/2018 |
1.0.0.7 | 1,300 | 8/27/2018 |
1.0.0.6 | 2,949 | 2/24/2018 |
1.0.0.5 | 1,530 | 12/8/2017 |
1.0.0.4 | 999 | 12/8/2017 |
1.0.0.3 | 1,528 | 11/7/2017 |
1.0.0.2 | 2,081 | 9/29/2017 |
1.0.0.1 | 1,803 | 9/8/2017 |
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