NDepend.API Documentation
IAssemblyResolvingError Interface
Members 
NDepend.Project Namespace : IAssemblyResolvingError Interface
Represents an application or third-party assembly resolving error, obtained when trying to resolve assemblies with the method IProjectCodeToAnalyze.IProjectCodeToAnalyze.Resolve.
Syntax
public interface IAssemblyResolvingError 
Remarks
A IAssemblyResolvingError objects can correspond to resolving error situations like:
- no assembly file with the name AssemblyName found in the set of directories IProjectCodeToAnalyze.IProjectCodeToAnalyze.DirectoriesAbsolute.
- several different assemblies files with the name AssemblyName found in the set of directories provided IProjectCodeToAnalyze.IProjectCodeToAnalyze.DirectoriesAbsolute.
- one assembly file with the name AssemblyName found but it is a corrupted assembly main module file.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IAssemblyResolvingError Members
NDepend.Project Namespace