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
NativeCommandProcessor.cs
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 30, 2022
Replace `DllImport` with `LibraryImport` - 1 (#18603)
iSazonov
authored
3dc95ce
View commit details
Copy full SHA for 3dc95ce
View code at this point
Browse repository at this point
Commits on Nov 29, 2022
Replace DllImport with LibraryImport in SMA 3 (#18564)
iSazonov
authored
8686612
View commit details
Copy full SHA for 8686612
View code at this point
Browse repository at this point
Commits on Nov 23, 2022
Replace DllImport with LibraryImport in SMA 4 (#18579)
iSazonov
authored
5b4a34f
View commit details
Copy full SHA for 5b4a34f
View code at this point
Browse repository at this point
Commits on Nov 18, 2022
Remove `ArchitectureSensitiveAttribute` from the code base (#18598)
iSazonov
authored
6aa74c5
View commit details
Copy full SHA for 6aa74c5
View code at this point
Browse repository at this point
Commits on Nov 16, 2022
Remove `gcloud` from the legacy list because it's resolved to a .ps1 script (#18575)
daxian-dbw
authored
b3a9ae3
View commit details
Copy full SHA for b3a9ae3
View code at this point
Browse repository at this point
Commits on Nov 15, 2022
Add `gcloud` and `sqlcmd` to list to use legacy argument passing (#18559)
SteveL-MSFT
authored
04de304
View commit details
Copy full SHA for 04de304
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
Replace DllImport with LibraryImport in engine (#18496)
SteveL-MSFT
authored
9f459c0
View commit details
Copy full SHA for 9f459c0
View code at this point
Browse repository at this point
Commits on Nov 8, 2022
Replace `msh` in public API comment based documentation with PowerShell equivalent (#18483)
SteveL-MSFT
authored
8374823
View commit details
Copy full SHA for 8374823
View code at this point
Browse repository at this point
Commits on Oct 27, 2022
Remove some static constants from `Utils.Separators` (#18154)
iSazonov
authored
8965af3
View commit details
Copy full SHA for 8965af3
View code at this point
Browse repository at this point
Commits on Oct 7, 2022
On Unix, only explicitly terminate the native process if not in background (#18215)
SteveL-MSFT
authored
667e755
View commit details
Copy full SHA for 667e755
View code at this point
Browse repository at this point
Commits on Sep 27, 2022
Replace `UTF8Encoding(false)` with `Encoding.Default` (#18144)
xtqqczze
authored
fd67038
View commit details
Copy full SHA for fd67038
View code at this point
Browse repository at this point
Commits on Aug 2, 2022
Allow commands to still be executed even if the current working directory no longer exists (#17579)
SteveL-MSFT
authored
9213b77
View commit details
Copy full SHA for 9213b77
View code at this point
Browse repository at this point
Commits on Jul 29, 2022
Use null propagation operator for windows build (#17795)
Show description for 5f4e100
fflaten
authored
5f4e100
View commit details
Copy full SHA for 5f4e100
View code at this point
Browse repository at this point
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 20, 2022
Add `find.exe` to legacy argument binding behavior for Windows (#17715)
JamesWTruher
authored
031fa93
View commit details
Copy full SHA for 031fa93
View code at this point
Browse repository at this point
Commits on Jun 6, 2022
Fix some typos in source code (#17481)
Yulv-git
authored
8cc3984
View commit details
Copy full SHA for 8cc3984
View code at this point
Browse repository at this point
Commits on Jan 14, 2022
Use NotifyEndApplication to re-enable VT mode (#16612)
Show description for 186d6be
daxian-dbw
authored
186d6be
View commit details
Copy full SHA for 186d6be
View code at this point
Browse repository at this point
Commits on Nov 4, 2021
Remove unneeded call to `File.ResolveLinkTarget` from `IsWindowsApplication` (#16371)
iSazonov
authored
ef69fda
View commit details
Copy full SHA for ef69fda
View code at this point
Browse repository at this point
Commits on Oct 30, 2021
Don't throw exception when trying to resolve a possible link path (#16310)
daxian-dbw
authored
723a508
View commit details
Copy full SHA for 723a508
View code at this point
Browse repository at this point
Commits on Oct 14, 2021
Specify exe path as TargetObect for non-zero exit code ErrorRecord (#16108)
rkeithhill
authored
b94dd91
View commit details
Copy full SHA for b94dd91
View code at this point
Browse repository at this point
Commits on Oct 5, 2021
Change `Target` from a `CodeProperty` to be an `AliasProperty` that points to `FileSystemInfo.LinkTarget` (#16165)
daxian-dbw
authored
2f57bf8
View commit details
Copy full SHA for 2f57bf8
View code at this point
Browse repository at this point
Commits on Aug 26, 2021
Fix a casting error when using `$PSNativeCommandUsesErrorActionPreference` (#15993)
daxian-dbw
authored
403767d
View commit details
Copy full SHA for 403767d
View code at this point
Browse repository at this point
Commits on Aug 24, 2021
Make the native command error handling optionally honor `ErrorActionPreference` (#15897)
rjmholt
authored
a4d1457
View commit details
Copy full SHA for a4d1457
View code at this point
Browse repository at this point
Commits on Jul 20, 2021
Add a Windows mode for native commands that allows some commands to use legacy argument passing (#15408)
JamesWTruher
authored
ac762c1
View commit details
Copy full SHA for ac762c1
View code at this point
Browse repository at this point
Commits on Apr 26, 2021
Kill native processes in pipeline when pipeline is disposed on Unix (#15287)
SteveL-MSFT
authored
1df4236
View commit details
Copy full SHA for 1df4236
View code at this point
Browse repository at this point
Commits on Apr 1, 2021
Native invocation using `ArgumentList` (#14692)
Show description for a520e2c
JamesWTruher
and
iSazonov
authored
a520e2c
View commit details
Copy full SHA for a520e2c
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
Commits on Nov 21, 2020
Enable SA1106: Code should not contain empty statements (#13964)
Show description for cba73e7
xtqqczze
authored
cba73e7
View commit details
Copy full SHA for cba73e7
View code at this point
Browse repository at this point
Commits on Nov 20, 2020
Enable SA1131: Use readable conditions (#14132)
Show description for 99a49e0
xtqqczze
authored
99a49e0
View commit details
Copy full SHA for 99a49e0
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
Fix RCS1098: Constant values should be on right side of comparisons (#13833)
Show description for 03a0ef2
xtqqczze
authored
03a0ef2
View commit details
Copy full SHA for 03a0ef2
View code at this point
Browse repository at this point
Fix IDE0044: MakeFieldReadonly part 12 (#13967)
Show description for 4ed88de
xtqqczze
authored
4ed88de
View commit details
Copy full SHA for 4ed88de
View code at this point
Browse repository at this point
Commits on Oct 7, 2020
Fix blocking wait when starting file associated with a Windows application (#13750)
Show description for 16cc9aa
SteveL-MSFT
authored
16cc9aa
View commit details
Copy full SHA for 16cc9aa
View code at this point
Browse repository at this point
Commits on Aug 31, 2020
Cleanup: remove duplicate words in comments (#13539)
xtqqczze
authored
8f37cce
View commit details
Copy full SHA for 8f37cce
View code at this point
Browse repository at this point
Commits on Aug 27, 2020
Process reparse points for Microsoft Store applications (#13481)
iSazonov
authored
4e2b6e9
View commit details
Copy full SHA for 4e2b6e9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.