Skip to content

Mik4sa/AssemblyInformation

Repository files navigation

AssemblyInformation

This tool displays interesting information for any .NET / Framework / Standard / Core assembly. It supports 32- and 64-Bit assemblies as well as 32- and 64-Bit windows systems.

The original idea and tool is based on this CodePlex project. Thanks for that.
My own version of this tool has (better) support for the new .NET types (Standard, Core, etc.) and still works when some dependencies are missing.

It currently supports the following information:

  • Compilation mode (Debug/Release)
  • Target framework
  • Target processor
  • Assembly full name
  • Direct and recursive references
  • ...and some more

The assembly (and it's references) you are viewing don't get blocked by this tool. You still can edit/move/delete that assemblies.

Prerequisites

How to use

  • Download and unpack a release
  • Then add an entry to your context menu (for .exe and .dll extension) by running Add Shell Extension.ps1
  • Right click an assembly and select AssemblyInformation

Alternatively you can drag and drop an assembly onto AssemblyInformation.Launcher.exe directly.

To remove the shell extension again run Remove Shell Extension.ps1.

Screenshots

Screenshot 1

Screenshot 2