Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yet another problem with .NET Framework and the targets file #527

Open
ericsink opened this issue Nov 23, 2022 · 0 comments
Open

Yet another problem with .NET Framework and the targets file #527

ericsink opened this issue Nov 23, 2022 · 0 comments

Comments

@ericsink
Copy link
Owner

ericsink commented Nov 23, 2022

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.

Originally posted by @ericsink in dotnet/efcore#29433 (comment)

ericsink added a commit that referenced this issue Jan 5, 2023
…rk and AnyCPU. it's an old-style csproj, net472. unfortunately, it doesn't repro the problem. it works. that's surprising. #527
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant