Extend nullable directive

上级 11a6cb42
......@@ -127,13 +127,13 @@ public abstract class CommandLineArguments
/// </summary>
#nullable enable
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;
public string? ErrorLogPath => ErrorLogOptions?.Path;
#nullable restore
/// <summary>
/// An absolute path of the app.config file or null if not specified.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册