Skip to content

System.OverflowException: 'Value was either too large or too small for an Int32.' GitHubLabeler #1037

@Jeshal2013

Description

@Jeshal2013
var issueRequest = new RepositoryIssueRequest
{
    State = ItemStateFilter.Open,
    Filter = IssueFilter.All,
   Since = DateTime.Now.AddMinutes(-40)
};

var allIssues = await _client.Issue.GetAllForRepository(_repoOwner, _repoName, issueRequest);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions