NDepend.API Documentation
SetIDEFiles Method
NDepend.Project Namespace > IProjectCodeToAnalyze Interface : SetIDEFiles Method
The sequence of Visual Studio files from which some application assemblies are inferred to be analyzed.
Set the collection of Visual Studio files (solution or project) to analyze from which some application assemblies are inferred to be analyzed.
Syntax
void SetIDEFiles( 
   IEnumerable<IDEFile> ideFiles
)

Parameters

ideFiles
The sequence of Visual Studio files from which some application assemblies are inferred to be analyzed.
Remarks
This method resets the IProjectCodeToAnalyzeIDEFiles for this project.
Third-party assemblies are inferred from application assemblies inferred from IDEFiles and also from ApplicationAssembliesNames.
Directories (absolute or relative to the NDepend project file path) are inferred as well.
.NET Framework directories are also inferred.
Requirements

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

See Also

Reference

IProjectCodeToAnalyze Interface
IProjectCodeToAnalyze Members