meirkr / DependencyResolver

Traverses an assembly dependency tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DependencyResolver

Computes a list of reference assemblies (dependencies) for a given AssemblyName instance (dependency tree root).
The list contains all recursive assemblies, and is ordered from leaf to root, allowing users to load the assemlies in the order they are returned.

Assemblies in the global assembly cache (GAC) are omitted from the result list.

Usage

See the DependencyResolver.Test project for some code samples.

Don't forget to edit your config file like so.

Available from NuGet

Get the compiled library here.

Version

The current stable/published version is v1.0.0.2.
The current development version is now v1.0.0.3.

About

Traverses an assembly dependency tree


Languages

Language:C# 99.8%Language:Shell 0.2%