简体   繁体   English

将元数据提取器添加到没有nuget的项目中

[英]add metadata extractor to project without nuget

Due to some project needs I will need to add metadata extractor to my project without using Nuget(as I cannot use the VS package manager). 由于某些项目需求,我将需要在不使用Nuget的情况下将元数据提取器添加到我的项目中(因为我无法使用VS包管理器)。 I am having trouble adding it as an external project. 我在将其添加为外部项目时遇到问题。 What is the best way to add it externally without using Nuget ? 不使用Nuget从外部添加它的最佳方法是什么?

NuGet allows you to download packages: NuGet允许您下载软件包:

On this page ( https://www.nuget.org/packages/MetadataExtractor/ ): 在此页面上( https://www.nuget.org/packages/MetadataExtractor/ ):

在此处输入图片说明

That will download a .nupkg file, which you can rename to .zip then find the .dll file inside. 这将下载一个.nupkg文件,您可以将其重命名为.zip然后在其中找到.dll文件。

You'd need to do the same things for any dependencies. 您需要对所有依赖项执行相同的操作。

Honestly if you could use NuGet it'd be much easier for you. 老实说,如果您可以使用NuGet,那对您来说会容易得多。 But that is the workaround. 但这就是解决方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM