Add back ErrorLogPath to prevent a breaking change

上级 6ab96268
......@@ -129,6 +129,12 @@ public abstract class CommandLineArguments
public ErrorLogOptions? ErrorLogOptions { get; internal set; }
#nullable restore
/// <summary>
/// Options controlling the generation of a SARIF log file containing compilation or
/// analysis diagnostics, or null if no log file is desired.
/// </summary>
public string ErrorLogPath => ErrorLogOptions?.Path;
/// <summary>
/// An absolute path of the app.config file or null if not specified.
/// </summary>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册