[Extension()] public static ICodeBase LoadCodeBaseFromAnalysisResultFile( IAbsoluteFilePath analysisResultFilePath )
Parameters
- analysisResultFilePath
- The analysis result file path (.ndar extension).
Return Value
The code base snapshot.
[Extension()] public static ICodeBase LoadCodeBaseFromAnalysisResultFile( IAbsoluteFilePath analysisResultFilePath )
Exception | Description |
---|---|
AnalysisException | If the analysis load fails, an AnalysisException with an informative message is thrown. |
System.IO.FileNotFoundException | This exception is thrown if the analysis result file analysisResultFilePath doesn't exist. |
Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed