提交 df6a3457 编写于 作者: S Sam Harwell

Add dummy NullableContextOptions property

上级 854772f9
......@@ -149,6 +149,8 @@ public string WarningsNotAsErrors
get { return (string)_store[nameof(WarningsNotAsErrors)]; }
}
public string NullableContextOptions { get { return null; } set { } }
public string Nullable
{
set { _store[nameof(Nullable)] = value; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册