DX.Data.Xpo.Identity 23.2.3.31

dotnet add package DX.Data.Xpo.Identity --version 23.2.3.31
NuGet\Install-Package DX.Data.Xpo.Identity -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.Identity" 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.Identity --version 23.2.3.31
#r "nuget: DX.Data.Xpo.Identity, 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.Identity as a Cake Addin
#addin nuget:?package=DX.Data.Xpo.Identity&version=23.2.3.31

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

XPO Based abstract storage provider for ASP.NET Identity

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 (1)

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

Package Downloads
DX.Blazor.Identity

Blazor Server and WASM Identity Authentication Library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
23.2.3.31 147 1/11/2024
23.2.3.19 109 12/19/2023
23.2.3.18 98 12/14/2023
23.1.3.17 191 6/16/2023
22.2.3.17 543 1/4/2023
22.1.6.17 316 11/29/2022
22.1.4.17 325 11/1/2022
22.1.4.16 650 8/3/2022
21.2.8.16 539 6/16/2022
21.2.6.14 953 3/21/2022
21.2.4.14 311 12/20/2021
21.1.5.12 652 9/13/2021
20.2.5.12 711 3/12/2021
20.2.3.12 540 11/3/2020
20.1.7.12 443 11/3/2020
20.1.7.11 522 10/12/2020
20.1.2.9-pre-20064 439 4/6/2020
19.2.6.8 702 3/5/2020
19.2.5.8 620 1/17/2020
19.2.5.7 605 12/20/2019
19.2.4.6 609 12/17/2019
19.1.4.4 669 7/26/2019
19.1.3.6 594 7/17/2019
18.2.3.5 678 6/6/2019
18.2.3.4 653 6/6/2019
18.1.4.4 669 4/29/2019
18.1.4.3 892 8/27/2018
18.1.4.2 914 7/12/2018
18.1.4.1 915 7/10/2018
17.2.6.5 1,051 3/8/2018
17.2.6.4 1,030 3/2/2018
17.2.6.3 1,019 3/2/2018
17.2.5.3 935 2/24/2018
17.2.3.1 957 12/12/2017
17.2.1 879 11/7/2017
17.1.7 838 10/13/2017
17.1.5 837 9/29/2017
16.2.6 881 9/29/2017
1.0.0.2 899 9/8/2017

23.2.3.31: Upgraded complete package with use of Microsoft.Extensions.Identity base packages, support for .NET/Blazor 8 use newer DataStore approach
Easier registration in Startup and DTO Models don't need to implement IXPUser interfaces anymore.
23.2.3.19: NETStandard2.1 Removed
23.2.3.18: Upgraded to .NET 8 and DX v23.2.3
23.1.3.22: Upgraded to DX v23.1.3
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.17: Upgrade from .NET Framework to 4.6.1 to 4.6.2
22.1.4.16: Upgrade to DevExpress 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.14: .NET 6.0 and DevExpress v21.2.4 upgrade
21.1.5.12: Upgrade to DevExpress v21.1.5
20.1.7.12: Fix on XpoDxRole and XpoDxUser. When Role with users is deleted, users are detached first, before role is deleted
20.1.7.11: Upgrade to DX v10.1.7. Fix on XPUserStore.Users and XPRoleStore.Roles, better exception raising, validation results improved, batch inserts/updates improved, support for Store (insert key = default(TKey) or update) in batch
20.1.3.10: Upgrade to DX v20.1.3
20.1.2.9-pre-20064: Upgrade to DX v20.1.2-pre-20064 and .NET preview 5
19.2.6.9: DI Extensionmethod now uses an options object for initialisation. (Recommended way)
Other refactorings done as well with this
19.2.6.8: Upgrade to DX v19.2.6
19.2.5.8: Signature-change on IDataValidator<..>.Deleting(..)
19.2.5.7: dotnet standard v2.1 for dotnet core v3.1 support + upgrade to DX v19.2.5
19.2.4.6: Upgrade to DevExpress v19.2.4
19.1.5.6: Upgrade to DevExpress v19.1.5 and XPDataStore constructor uses interface types for mapper and validator
19.1.4.4: Upgrade to DevExpress v19.1.4
19.1.3.5: Several fixes and adjustments to get the DataMapper and Validator to work on DI for .NET Core
19.1.3.4: Upgrade to DevExpress v19.1.3 and fixes on DTO Mapper and Validator design patterns in the Stores
18.2.3.4: Upgrade to DevExpress v18.2.3
18.1.4.3: BREAKING CHANGE ON EXISTING DATA: Rename table XpoDxUserToken in your db to DXUserTokens !!
18.1.4.2: XPUserStore FindByIdAsync(TKey userId) didn't call FindByIdAsync(object userId) because of invalid cast for .NET Framework
18.1.4.1: Upgrade to DevExpress v18.1.4 and bug fixed on LockoutEndDateUtc.
17.2.6.5: Small bug fixed in extension method to configure storage provider
17.2.6.4: Database Namechange on BaseClaim, UserClaim and RoleClaim
17.2.6.3: Upgraded to DevExpress v17.2.6
17.2.5.2: DI Extension methods for .NET Core 2 added and upgraded to DevExpress v17.2.5
17.2.4.3: Initial .NET Core v2 support
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