项目作者: dotnet

项目描述 :
Contains tools for metadata, such as Roslyn's metadata visualizer.
高级语言: PowerShell
项目地址: git://github.com/dotnet/metadata-tools.git
创建时间: 2017-03-24T00:17:28Z
项目社区:https://github.com/dotnet/metadata-tools

开源协议:Apache License 2.0

下载


Metadata Tools

Tools for inspecting and manipulating PE/COFF and ECMA335 metadata files.

Pre-release builds are available from Azure DevOps public feed: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json (browse).

You can install mdv as a .NET global tool with the following command:

  1. dotnet tool install mdv -g --prerelease --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json

Build Status