Show / Hide Table of Contents

Class DiagnosticMessageSink

Inheritance
Object
DiagnosticMessageSink
Namespace: Xunit.Runner.MSBuild
Assembly: xunit.runner.msbuild.net452.dll
Syntax
public class DiagnosticMessageSink : TestMessageSink

Methods

| Improve this Doc View Source

ForDiagnostics(TaskLoggingHelper, String, Boolean)

Declaration
public static DiagnosticMessageSink ForDiagnostics(TaskLoggingHelper log, string assemblyDisplayName, bool showDiagnostics)
Parameters
Type Name Description
TaskLoggingHelper log
String assemblyDisplayName
Boolean showDiagnostics
Returns
Type Description
DiagnosticMessageSink
| Improve this Doc View Source

ForInternalDiagnostics(TaskLoggingHelper, Boolean)

Declaration
public static DiagnosticMessageSink ForInternalDiagnostics(TaskLoggingHelper log, bool showDiagnostics)
Parameters
Type Name Description
TaskLoggingHelper log
Boolean showDiagnostics
Returns
Type Description
DiagnosticMessageSink
  • Improve this Doc
  • View Source
Back to top Generated by DocFX