简体   繁体   English

nuget软件包MicroBuild.Core有什么作用?

[英]What does the nuget package MicroBuild.Core do?

In a Visual Studio 2017 project, I came across a nuget package called MicroBuild.Core . 在Visual Studio 2017项目中,我遇到了一个名为MicroBuild.Core的nuget包。 Its nuget page has very little information (see below), and there is currently no content about it here on SO. 它的nuget 页面信息很少(请参阅下文),因此在SO上目前没有任何内容。 I know the pagkage is related to software builds, but what exactly does it do? 我知道分页码与软件版本有关,但是它到底是做什么的?

在此处输入图片说明

What does the nuget package MicroBuild.Core do? nuget软件包MicroBuild.Core有什么作用?

This package is used to load and execute other MicroBuild plugins during the build, which allow for the ability to override the plugin directory via the MicroBuildOverridePluginDirectory property, etc. 该软件包用于在构建过程中加载和执行其他MicroBuild插件,从而允许通过MicroBuildOverridePluginDirectory属性等覆盖插件目录。

For more detail info, you can manual download this package, rename it with .zip, then unzip it, you will find three files in the packages: 有关更多详细信息,您可以手动下载该软件包,使用.zip重命名,然后解压缩,您将在软件包中找到三个文件: 在此处输入图片说明

Open file " MicroBuild.Plugin.props ", there are a lot of detailed comments: 打开文件“ MicroBuild.Plugin.props ”,有很多详细的注释:

在此处输入图片说明

Hope this helps. 希望这可以帮助。

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

相关问题 如何在未安装 Nuget 或 Visual Studio 的 Web 服务器上安装、更新、注册 Nuget package? - How do I Install, Update, Register a Nuget package on the Web Server that does not have Nuget or Visual Studio installed? NuGet包拒绝在.NET Core库中卸载 - NuGet package refuses to uninstall in .NET Core library 如何使用NuGet.Core创建NuGet包? - How to create a NuGet Package using NuGet.Core? 是什么原因导致.net核心nuget包中出现不匹配,该包包含需要字典的抽象类 - What causes a mismatch in a .net core nuget package that contains an abstract class requiring a dictionary Visual Studio/nuget 如何决定要下载/精确的软件包版本? - How does visual studio/nuget decides what version(s) of the package to download/exact? 如何从Visual Studio 2017 RC中的.NET Core MSBuild项目创建NuGet包? - How do you create a NuGet package from a .NET Core MSBuild project in Visual Studio 2017 RC? NuGet 框架 package 与核心项目的依赖关系 - NuGet Framework package with dependencies from Core project 无法在.net Core中复制带有nuget包的文件夹 - Cannot copy folder with nuget package in .net core 新的Symbol Nuget软件包是否允许在本地编辑Nuget? - Does the new Symbol Nuget package allow editing the Nuget locally? VS创建的Nuget包不更新版本 - Nuget package created by VS does not update version
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM