提交 22873d2e 编写于 作者: J Jerome Laban

fix: Adjust full path property in netcore tests

AnalyzerReference.FullPath is now used by Roslyn 4.5.
上级 535de8d5
......@@ -413,12 +413,12 @@ sealed class MyGeneratorReference : AnalyzerReference
public override string FullPath
{
get { throw new NotImplementedException(); }
get => "";
}
public override object Id
{
get { throw new NotImplementedException(); }
get => nameof(MyGeneratorReference);
}
public override ImmutableArray<DiagnosticAnalyzer> GetAnalyzers(string language)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册