linq2db / LinqToDB.Identity

ASP.NET Core Identity provider that uses LinqToDB.
https://linq2db.github.io/
MIT License
46 stars 9 forks source link

Upgrade to linq2db version 4.x #24

Closed sfadeev closed 1 year ago

sfadeev commented 1 year ago

Hello!

Is there any plans to upgrade Linq2db.Identity to use linq2db version 4.x?

The library Linq2db.Identity itself works well, but it stops from using newer version of other libraries - linq2db, Npgsql etc.

Upgrade to new version of linq2db is not so hard (couple of methods are changed), but there are some other things that need to pay attention:

  1. Syncronize code with actual aspnet core Identity project (https://github.com/dotnet/aspnetcore/tree/main/src/Identity)
  2. Update to actual dotnet/c# versions

Thank you!

MaceWindu commented 1 year ago

I will release update to support new linq2db version today to unblock updates.

Code synchronization will be a part of next linq2db release alongsize with migration of this project to main repository

MaceWindu commented 1 year ago

I've uploaded new version with linq2db 4.4.0 support https://www.nuget.org/packages/linq2db.Identity/3.4.0

This is last legeacy release and next releases will target modern asp.net core

sfadeev commented 1 year ago

Everything works now, thanks for the efficiency.