Skip to content
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
.
PowerShell
/
PowerShell
Public
Notifications
You must be signed in to change notification settings
Fork
8.5k
Star
55.3k
Code
Issues
1.3k
Pull requests
323
Discussions
Actions
Projects
Security and quality
3
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Improve performance of Group-Object
- #7410
#7410
Merged
Dongbo Wang (daxian-dbw)
merged 18 commits into
PowerShell:master
PowerShell/PowerShell:master
from
powercode:groupobj
powercode/PowerShell:groupobj
Copy head branch name to clipboard
Aug 9, 2018
Conversation
Commits
18
(18)
Checks
Files changed
Merged
Improve performance of Group-Object
#7410
Dongbo Wang (daxian-dbw)
merged 18 commits into
PowerShell:master
PowerShell/PowerShell:master
from
powercode:groupobj
powercode/PowerShell:groupobj
Copy head branch name to clipboard
Commits
Commits on Jul 30, 2018
Initial cleanup.
Show description for dec4513
Gustafsson, Staffan
committed
dec4513
View commit details
Copy full SHA for dec4513
Browse repository at this point
object[] -> IList<T> in PSType.ArrayToTuple signature
Show description for c1602e7
Gustafsson, Staffan
authored and
Staffan Gustafsson (powercode)
committed
c1602e7
View commit details
Copy full SHA for c1602e7
Browse repository at this point
Adding DebuggerDisplay for GroupInfo
Gustafsson, Staffan
authored and
Staffan Gustafsson (powercode)
committed
47c0bd5
View commit details
Copy full SHA for 47c0bd5
Browse repository at this point
Sort input before grouping. Use sorting to only consider last group when comparing.
Show description for 6ae93d8
Gustafsson, Staffan
authored and
Staffan Gustafsson (powercode)
committed
6ae93d8
View commit details
Copy full SHA for 6ae93d8
Browse repository at this point
Fixing DebuggerDisplay for CommandInfo.
Gustafsson, Staffan
authored and
Staffan Gustafsson (powercode)
committed
13ee3cd
View commit details
Copy full SHA for 13ee3cd
Browse repository at this point
Addressing code-factor issues
Gustafsson, Staffan
authored and
Staffan Gustafsson (powercode)
committed
41fb917
View commit details
Copy full SHA for 41fb917
Browse repository at this point
Using a stable sort algorithm so that Group order is maintained.
Staffan Gustafsson (powercode)
committed
bdd6bb8
View commit details
Copy full SHA for bdd6bb8
Browse repository at this point
More code factor fixes
Staffan Gustafsson (powercode)
committed
963ac55
View commit details
Copy full SHA for 963ac55
Browse repository at this point
Commits on Jul 31, 2018
Addressing review comments
Show description for bb618bf
Staffan Gustafsson (powercode)
committed
bb618bf
View commit details
Copy full SHA for bb618bf
Browse repository at this point
Refactoring Group-Object logic.
Show description for f1ccbed
Staffan Gustafsson (powercode)
committed
f1ccbed
View commit details
Copy full SHA for f1ccbed
Browse repository at this point
Fixing error with determining if there are multiple types involved.
Staffan Gustafsson (powercode)
committed
88039a1
View commit details
Copy full SHA for 88039a1
Browse repository at this point
Commits on Aug 1, 2018
Merge branch 'master' into groupobj
Staffan Gustafsson (powercode)
authored
cc42c0c
View commit details
Copy full SHA for cc42c0c
Browse repository at this point
Reverting ParametersetName changes.
Staffan Gustafsson (powercode)
committed
10e8525
View commit details
Copy full SHA for 10e8525
Browse repository at this point
CodeFactor fixes.
Staffan Gustafsson (powercode)
committed
3d4b7ff
View commit details
Copy full SHA for 3d4b7ff
Browse repository at this point
Commits on Aug 2, 2018
Addressing review comments
Staffan Gustafsson (powercode)
committed
152d1eb
View commit details
Copy full SHA for 152d1eb
Browse repository at this point
Commits on Aug 7, 2018
Add new line at the end of file
Dongbo Wang (daxian-dbw)
authored
e41c6b8
View commit details
Copy full SHA for e41c6b8
Browse repository at this point
Commits on Aug 8, 2018
Addressing review comments from dantraMSFT and iSazonov.
Staffan Gustafsson (powercode)
committed
8329b33
View commit details
Copy full SHA for 8329b33
Browse repository at this point
Addressing review comments.
Show description for 7454fe0
Staffan Gustafsson (powercode)
committed
7454fe0
View commit details
Copy full SHA for 7454fe0
Browse repository at this point
You can’t perform that action at this time.