You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extension appears to throw an exception whenever it is used with EF Core 2.1 - I am using "v2.1.0-rc1-final" of Pomelo EntityFrameworkCore MySql.
System.TypeInitializationException: The type initializer for 'Pomelo.EntityFrameworkCore.Lolita.ReflectionCommon' threw an exception. ---> System.InvalidOperationException: Sequence contains no matching element
at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source, Func`2 predicate)
at Pomelo.EntityFrameworkCore.Lolita.ReflectionCommon..cctor()
The text was updated successfully, but these errors were encountered:
The last commit for this project was November 2017. I have removed Lolita from my projects as it is no longer maintained - I have replaced it with calls to ExecuteSqlCommandAsync, which is likely to continue working going forwards.
This extension appears to throw an exception whenever it is used with EF Core 2.1 - I am using "v2.1.0-rc1-final" of Pomelo EntityFrameworkCore MySql.
The text was updated successfully, but these errors were encountered: