Dotnetinteropt: A new tool to easily download and package NuGet packages #2359
ungrichtepfl
started this conversation in
Show and tell
Replies: 0 comments
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.
-
Hi guys
I wanted to share a small tool I wrote for my company: dotnetinteropt. It facilitates the download and packaging of NuGet packages needed with your
pythonnet
project. You can specify them now easily in thepyproject.toml
file as:During the build step of your package,
dotnetinteropt
then downloads the NuGet packages for you.The package is in a very early development stage and just solves the issues that we had in our company. Feel free to extend and review, there is still a lot we can improve. :)
All the best to you guys :)
Beta Was this translation helpful? Give feedback.
All reactions