Create a plugin in .Net that needs Nuget #1925
Replies: 2 comments
-
IIRC our bookmarks plugin uses sqlclient as well. You can take at look at how it works. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, I will take a look. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I like to create a plugin that reads data from a database first.
For this I added the Nuget
System.Data.SqlClient.dll
I added this in my project file to make sure the dll is in the output folder:
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
But Flow Launcher is not able to find that dll after I copy it to the plugin folder.
Any idea how I can fix this?
Beta Was this translation helpful? Give feedback.
All reactions