未验证 提交 3624040f 编写于 作者: J Julien Couvreur 提交者: GitHub

Fix build (#42324)

上级 494165c8
......@@ -528,7 +528,7 @@ internal bool TryAddReferenceToProject(ProjectId projectId, string assemblyName)
return true;
}
private string GetAnalyzerPath(AnalyzerReference analyzerReference)
private string? GetAnalyzerPath(AnalyzerReference analyzerReference)
{
return analyzerReference.FullPath;
}
......@@ -1661,7 +1661,7 @@ private void ConvertMetadataReferencesToProjectReferences_NoLock(ProjectId proje
projectIdsChanged.Add(projectIdToRetarget);
GetReferenceInfo_NoLock(projectIdToRetarget).ConvertedProjectReferences.Add(
(reference.FilePath, projectReference));
(reference.FilePath!, projectReference));
// We have converted one, but you could have more than one reference with different aliases
// that we need to convert, so we'll keep going
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册