Skip to content

Add "Truncated" boolean property into Core.Projects.Line model #30

@csvbdeveloper

Description

@csvbdeveloper

BrowseProjectRepositoryPath returns file content as an array of text lines.
If the text line size is more than a constant (~5000 chars), the returned text is truncated, and the "Truncated" property value is true on the model.

public class Line
{
public string Text { get; set; }
public bool? Truncated { get; set; }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions