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
NewModuleManifestCommand.cs
on
master
User selector
All users
All time
Commit history
Commits on Jan 23, 2023
Use interpolated strings 12 (#19003)
CarloToso
authored
33ba573
View commit details
Copy full SHA for 33ba573
View code at this point
Browse repository at this point
Commits on Oct 31, 2022
Replace some `string.Join(string)` calls with `string.Join(char)` (#18411)
turbedi
authored
9016adf
View commit details
Copy full SHA for 9016adf
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 Jul 13, 2021
Enable IDE0030: UseCoalesceExpressionForNullable (#14289)
xtqqczze
authored
00bc0f6
View commit details
Copy full SHA for 00bc0f6
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 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 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
Commits on Oct 30, 2020
Enable CA1834: Consider using 'StringBuilder.Append(char)' when applicable (#13878)
Show description for af8558b
xtqqczze
authored
af8558b
View commit details
Copy full SHA for af8558b
View code at this point
Browse repository at this point
Commits on Jul 31, 2020
Use `is not` syntax where appropriate and remove unnecessary parentheses (#13323)
xtqqczze
authored
4597b41
View commit details
Copy full SHA for 4597b41
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 25, 2020
Code performance fixes (#12956)
Show description for bd90f19
xtqqczze
authored
bd90f19
View commit details
Copy full SHA for bd90f19
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 Mar 24, 2020
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 Jan 23, 2020
Change name of ClrVersion parameter back (#11623)
rjmholt
authored and
iSazonov
committed
caa5051
View commit details
Copy full SHA for caa5051
View code at this point
Browse repository at this point
Commits on Jan 7, 2020
Remove `RequireLicenseAcceptance` default value (#11512)
ThomasNieto
authored and
TravisEz13
committed
b25e67e
View commit details
Copy full SHA for b25e67e
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 Jul 9, 2019
Upgrade .Net Core 3 SDK from preview5 to preview6 and related out of band Nuget packages from 2.1 to 3.0-preview6 (#9888)
bergmeister
authored and
daxian-dbw
committed
fe56f9d
View commit details
Copy full SHA for fe56f9d
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
Commits on Apr 24, 2019
Run Codeformatter for SMA (#9402)
iSazonov
authored
ceed73d
View commit details
Copy full SHA for ceed73d
View code at this point
Browse repository at this point
Commits on Mar 26, 2019
Fix coding style for NewModuleManifestCommand (#9134)
pougetat
authored and
iSazonov
committed
0f429f2
View commit details
Copy full SHA for 0f429f2
View code at this point
Browse repository at this point
Commits on Mar 13, 2019
Make New-ModuleManifest consistent with Update-ModuleManifest (#9104)
pougetat
authored and
Andrew
committed
a79ed1e
View commit details
Copy full SHA for a79ed1e
View code at this point
Browse repository at this point
Commits on Jan 26, 2019
Correctly Report impact level when `SupportsShouldProcess` is not set to 'true' (#8209)
Show description for db1b309
vexx32
authored and
daxian-dbw
committed
db1b309
View commit details
Copy full SHA for db1b309
View code at this point
Browse repository at this point
Commits on Jan 6, 2019
Style: Add a space after "//" in comments and remove unneeded comments after "}" (#8576)
iSazonov
authored and
daxian-dbw
committed
233b54e
View commit details
Copy full SHA for 233b54e
View code at this point
Browse repository at this point
Commits on Jan 5, 2019
Style: Add the ending period to the XML document texts (#8577)
iSazonov
authored and
daxian-dbw
committed
1be3f4c
View commit details
Copy full SHA for 1be3f4c
View code at this point
Browse repository at this point
Commits on Dec 31, 2018
Style: Change 'String.' to 'string.' (#8568)
iSazonov
authored
dfd2f69
View commit details
Copy full SHA for dfd2f69
View code at this point
Browse repository at this point
Commits on Dec 29, 2018
Style: Convert to upper first char in <param> and <exception> doc tags (#8556)
iSazonov
authored
7207db6
View commit details
Copy full SHA for 7207db6
View code at this point
Browse repository at this point
Commits on Dec 28, 2018
Style: Add period before </param> and </exception> doc tags (#8553)
iSazonov
authored
479fc64
View commit details
Copy full SHA for 479fc64
View code at this point
Browse repository at this point
Commits on Dec 25, 2018
Style: Add period before returns doc tag (#8535)
Show description for 871ce56
iSazonov
authored
871ce56
View commit details
Copy full SHA for 871ce56
View code at this point
Browse repository at this point
Commits on Dec 24, 2018
Code cleanup: Add space after closing brace where needed (#8530)
Show description for 4af3068
SteveL-MSFT
authored and
iSazonov
committed
4af3068
View commit details
Copy full SHA for 4af3068
View code at this point
Browse repository at this point
Commits on Dec 21, 2018
Style: Remove extra space before colon in named parameters (#8504)
daxian-dbw
authored
8d27eb4
View commit details
Copy full SHA for 8d27eb4
View code at this point
Browse repository at this point
Commits on Dec 8, 2018
Remove comments after closing brackets (#8344)
Meir017
authored and
iSazonov
committed
b7b386d
View commit details
Copy full SHA for b7b386d
View code at this point
Browse repository at this point
Commits on Jun 25, 2018
Bulk update code base to put 'null' on the right-hand-side of a comparison expression (#6949)
iSazonov
authored and
daxian-dbw
committed
4fc784e
View commit details
Copy full SHA for 4fc784e
View code at this point
Browse repository at this point
Commits on Jun 12, 2018
CodeFactor code style cleanup: replace literal empty strings with 'string.Empty' (#6950)
iSazonov
authored and
daxian-dbw
committed
e177fca
View commit details
Copy full SHA for e177fca
View code at this point
Browse repository at this point
Commits on Feb 13, 2018
Update copyright and license headers (#6134)
Show description for c1c5344
SteveL-MSFT
authored and
TravisEz13
committed
c1c5344
View commit details
Copy full SHA for c1c5344
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.