Using in a MEF plugin #2100
Unanswered
rootfixxxer
asked this question in
Q&A
Replies: 1 comment
-
After reading this Info I solved everything by copying the correct dll from the correct runtime folder to the root folder. I know if I add the reference to the main app it solve the issue, but I don't want to do that. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I'm trying to create a plugin with MEF that uses this library to retrieve some data from a database.
But no matter what I do, I always get the "Microsoft.Data.SqlClient is not supported on this platform."
I already tested in NetCore 3.1, Net 6, changed the OS target to Windows in settings of the plugin project to be more specific, but in the end when trying to create a new connection without any parameters I get the not supported.
What I'm missing here?
I can see that MEF plugin loads the assembly, so I don't see what's the problem...
Any one has any tip?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions