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
.
ForksCollection
/
PowerShell
Public
forked from
PowerShell/PowerShell
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
PowerShell
src
System.Management.Automation
engine
runtime
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 2, 2022
Fix `SuspiciousContentChecker.Match` to detect a pre-defined string when the text starts with it (#18693)
daxian-dbw
authored
ae3c316
View commit details
Copy full SHA for ae3c316
View code at this point
Browse repository at this point
Commits on Sep 22, 2022
Make PowerShell class not affiliate with `Runspace` when declaring the `NoRunspaceAffinity` attribute (#18138)
daxian-dbw
authored
79b8140
View commit details
Copy full SHA for 79b8140
View code at this point
Browse repository at this point
Commits on Sep 16, 2022
Treat `[NullString]::Value` as the string type when resolving methods (#18080)
daxian-dbw
authored
1a82574
View commit details
Copy full SHA for 1a82574
View code at this point
Browse repository at this point
Commits on Sep 12, 2022
Make experimental feature `PSAMSIMethodInvocationLogging` stable (#18041)
SteveL-MSFT
authored
ce74696
View commit details
Copy full SHA for ce74696
View code at this point
Browse repository at this point
Handle `PSObject` argument specially in method invocation logging (#18060)
daxian-dbw
authored
3fbd90a
View commit details
Copy full SHA for 3fbd90a
View code at this point
Browse repository at this point
Commits on Jul 29, 2022
Use null propagation operator in /engine (#17789)
fflaten
authored
4b4f1d1
View commit details
Copy full SHA for 4b4f1d1
View code at this point
Browse repository at this point
Commits on Jul 25, 2022
Use compound assignment in `/interpreter` and `/runtime` (#17727)
Molkree
authored
9fe96f3
View commit details
Copy full SHA for 9fe96f3
View code at this point
Browse repository at this point
Commits on Jul 5, 2022
Use discards for unused variables (#17620)
MartinGC94
authored
edac193
View commit details
Copy full SHA for edac193
View code at this point
Browse repository at this point
Commits on May 2, 2022
Fix `ForEach` method to set property on a scalar object (#17213)
daxian-dbw
authored
36fcec3
View commit details
Copy full SHA for 36fcec3
View code at this point
Browse repository at this point
Commits on Apr 22, 2022
Make a variable assignment in a `ParenExpression` to return the variable value (#17174)
daxian-dbw
authored
b898da8
View commit details
Copy full SHA for b898da8
View code at this point
Browse repository at this point
Commits on Mar 4, 2022
Allow the `PSGetMemberBinder` to get value of `ByRef` property (#16956)
daxian-dbw
authored
a3c4a16
View commit details
Copy full SHA for a3c4a16
View code at this point
Browse repository at this point
Commits on Feb 21, 2022
Updated background invocation `&` operator to use `-WorkingDirectory` when starting a new job (#16180)
ayousuf23
authored
31c14f2
View commit details
Copy full SHA for 31c14f2
View code at this point
Browse repository at this point
Commits on Jan 4, 2022
Add AMSI method invocation logging as experimental feature (#16496)
Show description for 0834c65
PaulHigin
authored
0834c65
View commit details
Copy full SHA for 0834c65
View code at this point
Browse repository at this point
Commits on Dec 14, 2021
Fix ForEach-Object -Parallel when passing in script block variable (#16564)
Show description for cadd576
PaulHigin
authored
cadd576
View commit details
Copy full SHA for cadd576
View code at this point
Browse repository at this point
Commits on Oct 11, 2021
Add `clean` block to script block as a peer to `begin`, `process`, and `end` to allow easy resource cleanup (#15177)
daxian-dbw
authored
a32700a
View commit details
Copy full SHA for a32700a
View code at this point
Browse repository at this point
Commits on Aug 14, 2021
Update .NET adapter to handle interface static members properly (#15908)
daxian-dbw
authored
286f12a
View commit details
Copy full SHA for 286f12a
View code at this point
Browse repository at this point
Commits on Jul 19, 2021
Seal private classes (#15725)
Show description for 883ca98
xtqqczze
authored
883ca98
View commit details
Copy full SHA for 883ca98
View code at this point
Browse repository at this point
Commits on Jul 4, 2021
Make classes sealed (#15675)
Show description for 4c2d6dc
xtqqczze
authored
4c2d6dc
View commit details
Copy full SHA for 4c2d6dc
View code at this point
Browse repository at this point
Commits on Apr 12, 2021
Use static lambda keyword (#15154)
iSazonov
authored
91e7298
View commit details
Copy full SHA for 91e7298
View code at this point
Browse repository at this point
Commits on Feb 2, 2021
Fix using variable for nested foreach parallel calls (#14548)
PaulHigin
authored
0039807
View commit details
Copy full SHA for 0039807
View code at this point
Browse repository at this point
Commits on Jan 8, 2021
Enable CA1052: Static holder types should be Static or NotInheritable (#14483)
Show description for 50fd950
xtqqczze
authored
50fd950
View commit details
Copy full SHA for 50fd950
View code at this point
Browse repository at this point
Commits on Dec 23, 2020
Enable SA1003: Symbols should be spaced correctly (#14476)
Show description for 9d4665f
xtqqczze
authored
9d4665f
View commit details
Copy full SHA for 9d4665f
View code at this point
Browse repository at this point
Commits on Dec 10, 2020
(#12430) Improve detection of mutable value types (#12495)
vexx32
authored
1223518
View commit details
Copy full SHA for 1223518
View code at this point
Browse repository at this point
Commits on Dec 2, 2020
Enable IDE0075: SimplifyConditionalExpression (#14078)
Show description for 18717c5
xtqqczze
authored
18717c5
View commit details
Copy full SHA for 18717c5
View code at this point
Browse repository at this point
Commits on Nov 27, 2020
Mark private members as static part 9 (#14234)
Show description for c909541
xtqqczze
authored
c909541
View commit details
Copy full SHA for c909541
View code at this point
Browse repository at this point
Use AsSpan/AsMemory slice constructor (#14265)
Show description for dc9ecd9
xtqqczze
authored
dc9ecd9
View commit details
Copy full SHA for dc9ecd9
View code at this point
Browse repository at this point
Commits on Nov 25, 2020
Enable IDE0074: Use coalesce compound assignment (#13396)
Show description for 0d1ea73
xtqqczze
authored
0d1ea73
View commit details
Copy full SHA for 0d1ea73
View code at this point
Browse repository at this point
Commits on Nov 24, 2020
Mark local variable as const (#13217)
Show description for c7bdb24
xtqqczze
authored
c7bdb24
View commit details
Copy full SHA for c7bdb24
View code at this point
Browse repository at this point
Commits on Nov 20, 2020
Enable SA1516: Elements should be separated by blank line (#14137)
Show description for f14c76a
xtqqczze
authored
f14c76a
View commit details
Copy full SHA for f14c76a
View code at this point
Browse repository at this point
Enable IDE0031: Null check can be simplified (#13548)
Show description for 9e28529
xtqqczze
authored
9e28529
View commit details
Copy full SHA for 9e28529
View code at this point
Browse repository at this point
Commits on Nov 13, 2020
Fix RCS1049: Simplify boolean comparison (#13994)
Show description for b521b85
xtqqczze
authored
b521b85
View commit details
Copy full SHA for b521b85
View code at this point
Browse repository at this point
Commits on Nov 5, 2020
Simplify delegate creation (#13578)
Show description for d6727dc
xtqqczze
authored
d6727dc
View commit details
Copy full SHA for d6727dc
View code at this point
Browse repository at this point
Fix RCS1221: Use pattern matching instead of combination of 'as' operator and null check (#13333)
Show description for 76cef3b
xtqqczze
authored
76cef3b
View commit details
Copy full SHA for 76cef3b
View code at this point
Browse repository at this point
Use `is not` syntax part 2 (#13338)
xtqqczze
authored
03a58c4
View commit details
Copy full SHA for 03a58c4
View code at this point
Browse repository at this point
Fix accessor order (#13538)
Show description for eaad6c2
xtqqczze
authored
eaad6c2
View commit details
Copy full SHA for eaad6c2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.