Name |
Description |
DualAssemblyResolver |
Special case of a composite assembly resolver that only contains two inner resolvers. |
ModuleWeaver |
The ModuleWeaver.Execute() method is invoked by Fody as a Visual Studio post-build step. This type serves to start the weaving process and to manage the configuration of the Fody weaver. It is also passed around as needed to other types in the aspect of a IWeavingContext. |
WeaveContract |
|
WeaveMetaContract |
|
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. |
WeavingException |
|