Search Results for

    Show / Hide Table of Contents

    Class DiagnosticFormatter

    Inheritance
    object
    DiagnosticFormatter
    CSharpDiagnosticFormatter
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public class DiagnosticFormatter

    Constructors

    DiagnosticFormatter()

    Declaration
    public DiagnosticFormatter()

    Methods

    Format(Diagnostic, IFormatProvider?)

    Declaration
    public virtual string Format(Diagnostic diagnostic, IFormatProvider? formatter = null)
    Parameters
    Type Name Description
    Diagnostic diagnostic
    IFormatProvider formatter
    Returns
    Type Description
    string
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0