Skip to content

Contains tools for metadata, such as Roslyn's metadata visualizer.

License

Notifications You must be signed in to change notification settings

dotnet/metadata-tools

Folders and files

NameName
Last commit message
Last commit date
Feb 17, 2025
Jun 18, 2024
Aug 10, 2021
Mar 23, 2018
Jan 11, 2019
Jan 11, 2019
Apr 3, 2020
Mar 26, 2024
Aug 10, 2021
Jan 11, 2019
Mar 26, 2024
Sep 29, 2022
Jan 11, 2019
Jan 11, 2019
Nov 17, 2022
Oct 15, 2024
Apr 25, 2018
Feb 17, 2025
Apr 25, 2018
Apr 25, 2018
Mar 26, 2024

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