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
Accelerator
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
Type
/
to 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 }}
powercode
/
PowerShell
Public
forked from
PowerShell/PowerShell
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
11
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
Modules
ImportModuleCommand.cs
on
master
User selector
All users
All time
Commit history
Commits on Mar 18, 2026
Fix `IDisposable` implementation in sealed classes (#26215)
Show description for 28a2e35
xtqqczze
and
jshigetomi
authored
28a2e35
View commit details
Copy full SHA for 28a2e35
View code at this point
Browse repository at this point
Commits on Oct 12, 2025
Avoid possible multiple enumerations in ImportModuleCommand.IsPs1xmlFileHelper_IsPresentInEntries (#26104)
xtqqczze
authored
659c73f
View commit details
Copy full SHA for 659c73f
View code at this point
Browse repository at this point
Commits on Oct 16, 2023
Add telemetry to check for specific tags when importing a module (#20371)
JamesWTruher
authored
2e5bd01
View commit details
Copy full SHA for 2e5bd01
View code at this point
Browse repository at this point
Commits on Jan 21, 2023
Use interpolated strings 5c (#18997)
CarloToso
authored
9cab34b
View commit details
Copy full SHA for 9cab34b
View code at this point
Browse repository at this point
Commits on Jul 26, 2022
Use null-coalescing assignment in the rest of `/engine` (#17729)
Molkree
authored
1779175
View commit details
Copy full SHA for 1779175
View code at this point
Browse repository at this point
Commits on May 17, 2022
Update telemetry collecting with a few changes (#17304)
JamesWTruher
authored
65d8f11
View commit details
Copy full SHA for 65d8f11
View code at this point
Browse repository at this point
Commits on Feb 23, 2022
Refactor module assembly loading logic to allow the whole module to be loaded in a custom ALC (#16889)
daxian-dbw
authored
e1f52dd
View commit details
Copy full SHA for e1f52dd
View code at this point
Browse repository at this point
Commits on Jan 12, 2022
Report error when PowerShell built-in modules are missing (#16628)
daxian-dbw
authored
cce64f4
View commit details
Copy full SHA for cce64f4
View code at this point
Browse repository at this point
Commits on Jun 10, 2021
Clean up code regarding `AppDomain.CreateDomain` and `AppDomain.Unload` (#15554)
daxian-dbw
authored
e2ee8e7
View commit details
Copy full SHA for e2ee8e7
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 Jan 9, 2021
Fix SA1504: All accessors should be single-line or multi-lin (#14241)
Show description for b7a431a
xtqqczze
authored
b7a431a
View commit details
Copy full SHA for b7a431a
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
Wrap and name LoadBinaryModule arguments (#14193)
xtqqczze
authored
d05530f
View commit details
Copy full SHA for d05530f
View code at this point
Browse repository at this point
Commits on Nov 11, 2020
Remove LINQ Count method uses (#13545)
xtqqczze
authored
1386d00
View commit details
Copy full SHA for 1386d00
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 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
Enable CA1068: CancellationToken parameters must come last (#13867)
Show description for 47c9209
xtqqczze
authored
47c9209
View commit details
Copy full SHA for 47c9209
View code at this point
Browse repository at this point
Commits on Nov 4, 2020
Run `dotnet-format` to improve formatting of source code (#13503)
xtqqczze
authored
52ecb6d
View commit details
Copy full SHA for 52ecb6d
View code at this point
Browse repository at this point
Commits on Jul 30, 2020
Revert "Use `is null` syntax (#13277)" (#13322)
Show description for 4b9b078
daxian-dbw
authored
4b9b078
View commit details
Copy full SHA for 4b9b078
View code at this point
Browse repository at this point
Use `is null` syntax (#13277)
Show description for 6c03776
xtqqczze
authored
6c03776
View commit details
Copy full SHA for 6c03776
View code at this point
Browse repository at this point
Commits on Jun 11, 2020
Code redundancy fixes (#12916)
Show description for 0d5d017
xtqqczze
authored
0d5d017
View commit details
Copy full SHA for 0d5d017
View code at this point
Browse repository at this point
Commits on May 29, 2020
Formatting: Add empty line between declarations (#12824)
Show description for 05cab7f
xtqqczze
authored
05cab7f
View commit details
Copy full SHA for 05cab7f
View code at this point
Browse repository at this point
Commits on Apr 16, 2020
Fix `WinCompat` module loading to treat Core edition modules higher priority (#12269)
Andrew
authored
0c69537
View commit details
Copy full SHA for 0c69537
View code at this point
Browse repository at this point
Commits on Mar 24, 2020
Fix terms checker issues (#12189)
SteveL-MSFT
authored
f23be43
View commit details
Copy full SHA for f23be43
View code at this point
Browse repository at this point
Update copyright notice to latest guidance (#12190)
SteveL-MSFT
authored
b7cb335
View commit details
Copy full SHA for b7cb335
View code at this point
Browse repository at this point
Commits on Feb 11, 2020
Sync current directory in `WinCompat` remote session (#11809)
Andrew
authored
d2cb3c3
View commit details
Copy full SHA for d2cb3c3
View code at this point
Browse repository at this point
Commits on Feb 5, 2020
Add WinCompat deny list support using a setting in powershell.… (#11726)
Andrew
authored
43c88a4
View commit details
Copy full SHA for 43c88a4
View code at this point
Browse repository at this point
Commits on Jan 31, 2020
Reformat code according to EditorConfig rules (#11681)
xtqqczze
authored
a34d0f3
View commit details
Copy full SHA for a34d0f3
View code at this point
Browse repository at this point
Commits on Dec 10, 2019
Make approved features non-experimental (#11303)
SteveL-MSFT
authored and
adityapatwardhan
committed
ed1f6e3
View commit details
Copy full SHA for ed1f6e3
View code at this point
Browse repository at this point
Added `WindowsPS` version check for `WinCompat` (#11148)
Andrew
authored and
adityapatwardhan
committed
0c46e3e
View commit details
Copy full SHA for 0c46e3e
View code at this point
Browse repository at this point
Commits on Dec 9, 2019
Fix error-reporting in some `WinCompat` scenarios (#11259)
Andrew
authored and
adityapatwardhan
committed
f8a321a
View commit details
Copy full SHA for f8a321a
View code at this point
Browse repository at this point
Commits on Dec 2, 2019
Fixes FWLinks for PS7 online help documents (#11071)
davidsmatlak
authored and
adityapatwardhan
committed
3923ca1
View commit details
Copy full SHA for 3923ca1
View code at this point
Browse repository at this point
Commits on Nov 18, 2019
Support using non-compatible Windows PowerShell modules in PowerShell Core (#10973)
Andrew
authored and
daxian-dbw
committed
b218e6f
View commit details
Copy full SHA for b218e6f
View code at this point
Browse repository at this point
Commits on Aug 15, 2019
Additional Telemetry - Implementation of `RFC0036` (#10336)
JamesWTruher
authored and
adityapatwardhan
committed
fe2cc6a
View commit details
Copy full SHA for fe2cc6a
View code at this point
Browse repository at this point
Commits on Apr 30, 2019
Cleanup: sort usings (#9490)
iSazonov
authored
bd6fdae
View commit details
Copy full SHA for bd6fdae
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.