logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Gacutil - Manage Assemblies | Online Free DevTools by Hexmos

Manage assemblies with Gacutil, the Global Assembly Cache utility. Install, uninstall and list assemblies in the GAC effortlessly. Free online tool, no registration required.

gacutil

Global Assembly Cache (CAG) management utility. More information: https://manned.org/gacutil.

  • Install the specified assembly into GAC:

gacutil -i {{path/to/assembly.dll}}

  • Uninstall the specified assembly from GAC:

gacutil -i {{assembly_display_name}}

  • Print the content of GAC:

gacutil -l

See Also