dotnet / dotnet/machinelearning-samples

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

Open
#1,037 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PowerShell
Stars
4.7k
Forks
2.7k
Avg merge
2d 22h
Merged PRs (30d)
1

Description

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

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.