Search Results for

    Show / Hide Table of Contents

    Class ErrorLogOptions

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

    Constructors

    ErrorLogOptions(string, SarifVersion)

    Declaration
    public ErrorLogOptions(string path, SarifVersion sarifVersion)
    Parameters
    Type Name Description
    string path
    SarifVersion sarifVersion

    Properties

    Path

    Declaration
    public string Path { get; }
    Property Value
    Type Description
    string

    SarifVersion

    Declaration
    public SarifVersion SarifVersion { get; }
    Property Value
    Type Description
    SarifVersion
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0