Search Results for

    Show / Hide Table of Contents

    Interface ISupportIncrementalBuildStep

    Declare a build step can support incremental build.

    Inherited Members
    IDocumentBuildStep.Name
    IDocumentBuildStep.BuildOrder
    IDocumentBuildStep.Prebuild(ImmutableList<FileModel>, IHostService)
    IDocumentBuildStep.Build(FileModel, IHostService)
    IDocumentBuildStep.Postbuild(ImmutableList<FileModel>, IHostService)
    Namespace: Microsoft.DocAsCode.Plugins
    Assembly: Microsoft.DocAsCode.Plugins.dll
    Syntax
    public interface ISupportIncrementalBuildStep : IDocumentBuildStep

    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

    GetDependencyTypesToRegister()

    Get dependency types to register

    Declaration
    IEnumerable<DependencyType> GetDependencyTypesToRegister()
    Returns
    Type Description
    IEnumerable<DependencyType>

    dependency types to register

    | 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(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX