linq2db / LinqToDB.Identity

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

Library isn't compatible with linq2db 5.x #25

Closed kekekeks closed 2 months ago

kekekeks commented 2 months ago

MissingMethodException is thrown somewhere between LinqToDB.Identity and linq2db.

This prevents Npgsql upgrade since linq2db 4.x isn't compatible with Npgsql 8.x.

MaceWindu commented 2 months ago

Man, we really need to migrate this to main repo and release in parallel. Will release fix today

MaceWindu commented 2 months ago

@kekekeks, btw, which .net/asp.net version you use in your application?