Skip to content

Instantly share code, notes, and snippets.

@TryingToImprove
Created June 23, 2017 08:09
Show Gist options
  • Save TryingToImprove/bb11ad8cddabb0acb07c927b8b8e28e5 to your computer and use it in GitHub Desktop.
Save TryingToImprove/bb11ad8cddabb0acb07c927b8b8e28e5 to your computer and use it in GitHub Desktop.
var temp = filteredContributors.Select(group = new GitHubGlobalContributorModel(group))
.Where(contributor => contributor.TotalCommits > 0)
.ToList();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment