Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Dotnetinteropt: A new tool to easily download and package NuGet packages#2359

ungrichtepfl started this conversation inShow and tell
Discussion options

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 yourpythonnet project. You can specify them now easily in thepyproject.toml file as:

[tool.dotnetinterop]dependencies = [  ["Newtonsoft.Json",# Replace with the actual NuGet package name"13.0.3",# Replace with the actual NuGet package version  ],# Add more dependencies here]

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 :)

You must be logged in to vote

Replies: 0 comments

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
None yet
1 participant
@ungrichtepfl

[8]ページ先頭

©2009-2025 Movatter.jp