Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
dotnet
/
runtime
Public
Notifications
You must be signed in to change notification settings
Fork
5.6k
Star
18.2k
Code
Issues
5k+
Pull requests
558
Discussions
Actions
Projects
Security and quality
67
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Add System.Linq Chunk extension method
- #47965
#47965
Merged
eiriktsarpalis
merged 9 commits into
dotnet:master
dotnet/runtime:master
from
inputfalken:linq-chunk-extension-method
inputfalken/runtime:linq-chunk-extension-method
Copy head branch name to clipboard
Feb 10, 2021
Conversation
Commits
9
(9)
Checks
Files changed
Merged
Add System.Linq Chunk extension method
#47965
eiriktsarpalis
merged 9 commits into
dotnet:master
dotnet/runtime:master
from
inputfalken:linq-chunk-extension-method
inputfalken/runtime:linq-chunk-extension-method
Copy head branch name to clipboard
Commits
Commits on Feb 6, 2021
Add System.Linq Chunk extension method
Show description for 16bd809
inputfalken
committed
16bd809
View commit details
Copy full SHA for 16bd809
Browse repository at this point
Commits on Feb 7, 2021
Use explicit types instead of type inference
inputfalken
committed
72f8478
View commit details
Copy full SHA for 72f8478
Browse repository at this point
Seperate inner and outer loop
inputfalken
committed
abfb613
View commit details
Copy full SHA for abfb613
Browse repository at this point
Commits on Feb 8, 2021
Rename parameter maxSize to size
inputfalken
committed
36e09d4
View commit details
Copy full SHA for 36e09d4
Browse repository at this point
Add missing license header
inputfalken
committed
0dc77cb
View commit details
Copy full SHA for 0dc77cb
Browse repository at this point
Remove Chunk.SpeedOpt.cs
inputfalken
committed
57cd0c9
View commit details
Copy full SHA for 57cd0c9
Browse repository at this point
Add tests to verify Chunk works after mutations
inputfalken
committed
1f87d20
View commit details
Copy full SHA for 1f87d20
Browse repository at this point
Commits on Feb 9, 2021
Add/remove before getting enumerator in tests
inputfalken
committed
9165db0
View commit details
Copy full SHA for 9165db0
Browse repository at this point
Test content of chunk method for IQueryable<T>
inputfalken
committed
7922af8
View commit details
Copy full SHA for 7922af8
Browse repository at this point
You can’t perform that action at this time.