C# Class Cilador.Fody.Core.WeavingContextAssemblyResolver

Resolves assemblies based on the project path and the solution path of a weaving context. Looks for assemblies in the output path of the project and within a directory named "Tools" in the solution path of the project.
Inheritance: Mono.Cecil.DefaultAssemblyResolver
Show file Open project: rileywhite/Cilador

Public Methods

Method Description
WeavingContextAssemblyResolver ( IWeavingContext weavingContext ) : System

Creates a new WeavingContextAssemblyResolver

Method Details

WeavingContextAssemblyResolver() public method

Creates a new WeavingContextAssemblyResolver
public WeavingContextAssemblyResolver ( IWeavingContext weavingContext ) : System
weavingContext IWeavingContext Weaving context to pull path data from
return System