Skip to content

dotnet/metadata-tools

Repository files navigation

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:

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

Build Status