未验证 提交 e630a4ea 编写于 作者: A Andy Gocke 提交者: GitHub

Merge branch 'dev15.7.x' into merge-15.6.x-to-15.7.x

......@@ -83,6 +83,8 @@ internal abstract partial class AbstractProject : ForegroundThreadAffinitizedObj
}
}
private readonly HashSet<(AbstractProject, MetadataReferenceProperties)> _projectsReferencingMe = new HashSet<(AbstractProject, MetadataReferenceProperties)>();
/// <summary>
/// Maps from the output path of a project that was converted to
/// </summary>
......
......@@ -403,7 +403,7 @@ internal enum FunctionId
MetadataOnlyImage_EmitFailure,
LiveTableDataSource_OnDiagnosticsUpdated,
Experiment_KeybindingsReset,
AbstractProject_SetIntelliSenseBuild,
AbstractProject_Created,
AbstractProject_PushedToWorkspace,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册