dotnet / machinelearning-samples

Samples for ML.NET, an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
4.47k stars 2.68k forks source link

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

Open Jeshal2013 opened 3 months ago

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

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