Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emersonsoares/a7d3b83174257e72152c058528fbf796 to your computer and use it in GitHub Desktop.
Save emersonsoares/a7d3b83174257e72152c058528fbf796 to your computer and use it in GitHub Desktop.
Get Assembly Qualified Name using Visual Studio External Tools
Open Visual Studio
Go to Tools –> External Tools –> Add
Title: Get Qualified Assembly Name
Command: Powershell.exe
Arguments: -command "[System.Reflection.AssemblyName]::GetAssemblyName(\"$(TargetPath)\").FullName"
Check "Use Output Window".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment