Summary
Analyzes an MSBuild binary log file.
- Namespace
- Buildalyzer
- Containing Type
- AnalyzerManager
Syntax
public AnalyzerResults Analyze(string binLogPath, IEnumerable<Build.Framework.ILogger> buildLoggers = null)
Parameters
| Name | Type | Description |
|---|---|---|
| binLogPath | string | The path to the binary log file. |
| buildLoggers | IEnumerable |
MSBuild loggers to replay events from the log to. |
Return Value
| Type | Description |
|---|---|
| AnalyzerResults | A dictionary of target frameworks to AnalyzerResult. |