DX.Data.Xpo 23.2.3.31

dotnet add package DX.Data.Xpo --version 23.2.3.31
NuGet\Install-Package DX.Data.Xpo -Version 23.2.3.31
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="DX.Data.Xpo" Version="23.2.3.31" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DX.Data.Xpo --version 23.2.3.31
#r "nuget: DX.Data.Xpo, 23.2.3.31"
#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.
// Install DX.Data.Xpo as a Cake Addin
#addin nuget:?package=DX.Data.Xpo&version=23.2.3.31

// Install DX.Data.Xpo as a Cake Tool
#tool nuget:?package=DX.Data.Xpo&version=23.2.3.31

Several XPO Related Helper classes and abstract DX.Data.IDataStore implementation for use with XPO with FluentValidation and no Mapping logic

Product 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. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on DX.Data.Xpo:

Package Downloads
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.AutoMapper

DX.Data.IDataStore implementation for use with XPO with FluentValidation and AutoMapper

DX.Data.Xpo.Mapster

DX.Data.IDataStore implementation for use with XPO with FluentValidation and Mapster

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
23.2.3.31 171 1/11/2024
23.2.3.24 116 12/19/2023
23.2.3.23 101 12/14/2023
23.1.3.22 265 6/16/2023
22.2.3.22 697 1/4/2023
22.1.6.22 461 11/29/2022
22.1.4.21 537 11/1/2022
22.1.4.19 898 8/3/2022
21.2.8.19 804 6/16/2022
21.2.6.18 493 3/21/2022
21.2.6.17 1,247 3/21/2022
21.2.4.17 451 12/20/2021
21.1.5.16 739 9/13/2021
20.2.5.16 934 3/12/2021
20.2.3.15 758 11/3/2020
20.1.7.15 670 10/12/2020
20.1.2.13-pre-20064 423 4/6/2020
19.2.6.13 731 3/16/2020
19.2.6.11 884 3/5/2020
19.2.5.11 899 1/17/2020
19.2.5.9 858 12/20/2019
19.2.4.7 867 12/17/2019
19.1.4.6 1,058 7/26/2019
19.1.3.8 886 7/17/2019
18.2.3.7 957 6/6/2019
18.2.3.6 887 6/6/2019
18.1.4.5 912 4/29/2019
18.1.4.4 1,048 9/11/2018
18.1.4.3 1,082 8/27/2018
18.1.4.1 1,341 7/10/2018
17.2.6.2 1,623 3/2/2018
17.2.5.2 1,020 2/24/2018
17.2.3.1 1,171 12/8/2017
17.2.1 1,053 11/7/2017
17.1.7 887 10/13/2017
17.1.5 1,183 9/29/2017
16.2.6 1,036 9/29/2017
1.0.0.1 1,079 9/8/2017

23.2.3.31: Data.DataStore plus Validator and Mapper have been moved and simplified into package DX.Data
BREAKING CHANGES:
Data base classes moved to DX.Data package
DX.Data package refactored to use FluentValidation with simplyfied validation logic
XPDataMapper replaced by either AutoMapper or Mapster implementations

23.2.3.23: Upgraded to .NET8 and DX v23.2.3 Dropped support for .NETStandard!
22.2.3.22: Upgraded to DX v22.2.3
22.1.6.22: Upgraded several packages incl DX v22.1.6
22.1.4.21: Bug fixed when saving the object.
Model class needs to be refreshed after a commit. Otherwise XPO OnSaving changes don't come back into model.
Since we don't want to change the Mapper signatures and keep the Model reference in tact, this is done through
CACHED reflection except for Collection and Array properties.
22.1.4.20: Upgrade from .NET Framework to 4.6.1 to 4.6.2
22.1.4.19: Upgrade to DX v22.1.4
21.2.8.19: IQuery Users properly implemented, DX Upgrade v21.2.8 and preparations for Blazor Identity Support
21.2.4.17: .NET 6.0 and DevExpress v21.2.3 upgrade
21.1.5.16: Upgrade to DX v21.1.5
20.1.7.15: Upgrade to DX v20.1.7. Validation issues fixed
20.1.3.14: Upgrade to DX v20.1.3
20.1.2.13-pre-20064: Upgrade to DX v20.1.2-pre-20064 and .NET preview 5
19.2.6.13: Bug fixed in overloaded method to get XpoDatabase instance with options object
19.2.6.12: DI Extensionmethod now uses an options object for initialisation. Other refactorings done as well
19.2.6.11: Upgrade to DX v19.2.6
19.2.5.11: Signature-change on IDataValidator<..>.Deleting(..)
19.2.5.10: XpoStore.Query() not abstract anymore
19.2.5.9: dotnet standard v2.1 for dotnet core v3.1 support + upgrade to DX v19.2.5
19.2.4.7: Upgrade to DevExpress v19.2.4
19.1.5.7: Upgrade to DevExpress v19.1.5 and XPDataStore constructor uses interface types for mapper and validator
19.1.4.6: Upgrade to DevExpress v19.1.4
19.1.3.8: Fixes on DataMapper implementation
19.1.3.6: Upgrade to DevExpress v19.1.3
18.2.3.6: Small optimisations and upgrade to DevExpress v18.2.3
18.1.4.4: Refactorings to improve speed and support for Pageable (XP)DataStore
18.1.4.3: Abstract Generic DTO XPDataStore and XPValidator classes added
18.1.4.2: Better exception message on invalid connection string
18.1.4.1: Upgrade to DevExpress v18.1.4 and bug fixed on LockoutEndDateUtc.
17.2.6.2: Upgrade to DevExpress v17.2.6
17.2.5.2: DI Extension methods added and upgrade to DevExpress v17.2.5
17.2.4.2: Upgrade to DevExpress v17.2.4 and changed .NET Framework to v4.6.1
17.2.3.1: Initial dual mode package for .NET Framework and .NET Standard 2.0
Not operational on .NET Standard 2.0 yet