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

Fix incorrect language name for OptionsCollection

上级 a94edd90
......@@ -40,7 +40,7 @@ public Test()
public LanguageVersion LanguageVersion { get; set; } = LanguageVersion.VisualBasic16;
public OptionsCollection Options { get; } = new OptionsCollection(LanguageNames.CSharp);
public OptionsCollection Options { get; } = new OptionsCollection(LanguageNames.VisualBasic);
protected override AnalyzerOptions GetAnalyzerOptions(Project project)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册