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
Coming up to speed here on the context... you're trying to use recent builds of SQLitePCLRaw (2.1.2) with EFCore 2.1? Which is several years old? It never occurred to me that my current builds would need to work with configurations that old, although I can't defend any reason why not.
Anyway, that targets file for .NET Framework scenarios is a never ending source of problems. The last time somebody convinced me to make significant changes in that area was #389 , the goal of which was to support RuntimeIdentifier, but since those changes, I've seen various problems happening when RuntimeIdentifier is NOT present.
It's also possible that I broke something with an associated change to the code in the dynamic provider.
I'll need to dig into this to figure things out. If by chance you want to suggest a fix, feel free.
Coming up to speed here on the context... you're trying to use recent builds of SQLitePCLRaw (2.1.2) with EFCore 2.1? Which is several years old? It never occurred to me that my current builds would need to work with configurations that old, although I can't defend any reason why not.
Anyway, that targets file for .NET Framework scenarios is a never ending source of problems. The last time somebody convinced me to make significant changes in that area was #389 , the goal of which was to support
RuntimeIdentifier
, but since those changes, I've seen various problems happening whenRuntimeIdentifier
is NOT present.It's also possible that I broke something with an associated change to the code in the dynamic provider.
I'll need to dig into this to figure things out. If by chance you want to suggest a fix, feel free.
Originally posted by @ericsink in dotnet/efcore#29433 (comment)
The text was updated successfully, but these errors were encountered: