提交 f5420759 编写于 作者: J Jared Parsons 提交者: Jared Parsons

Add MS.Diag.Tracing.EventSource to the known missing list

This assembly is used as a part of Microsoft.VisualStudio.Telemetry.
It's not necessary for test execution and hence can be excluded.
上级 e8d98bdf
......@@ -41,6 +41,9 @@ internal bool IsKnownMissingAssembly(AssemblyName name)
case "System.Runtime.Loader":
// This light up probing is done by the scripting layer.
return true;
case "Microsoft.Diagnostics.Tracing.EventSource":
// Part of ETW tracing and not used by suites at this time.
return true;
case "Microsoft.VisualStudio.CodeAnalysis":
case "Microsoft.VisualStudio.CodeAnalysis.Sdk":
case "Microsoft.VisualStudio.TeamSystem.Common":
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册