Show / Hide Table of Contents

    Interface ISupportIncrementalBuild

    Declare a document processor or a step can support incremental build.

    Namespace:Microsoft.DocAsCode.Plugins
    Assembly:Microsoft.DocAsCode.Plugins.dll
    Syntax
    public interface ISupportIncrementalBuild

    Methods

    | Improve this Doc View Source

    CanIncrementalBuild(FileAndType)

    Check each file, when incremental context hash is same.

    Declaration
    bool CanIncrementalBuild(FileAndType fileAndType)
    Parameters
    Type Name Description
    FileAndType fileAndType

    the file and type information

    Returns
    Type Description
    Boolean

    Can use incremental build for this file.

    | Improve this Doc View Source

    GetIncrementalContextHash()

    Get the hash of incremental context, if it is different from latest one then full build.

    Declaration
    string GetIncrementalContextHash()
    Returns
    Type Description
    String

    the hash.

    Extension Methods

    JsonUtility.ToJsonString(Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX