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
DscSupport
on
master
User selector
All users
All time
Commit history
Commits on Oct 28, 2025
Avoid regex for exact word matching in `DscClassCache` (#26306)
xtqqczze
authored
be195a4
View commit details
Copy full SHA for be195a4
View code at this point
Browse repository at this point
Commits on Oct 16, 2025
Fix `SA1028`: Code should not contain trailing whitespace. Part 1. (#26203)
xtqqczze
authored
a10ff10
View commit details
Copy full SHA for a10ff10
View code at this point
Browse repository at this point
Commits on Jul 11, 2023
Apply the `InlineAsTypeCheck` rule in the engine code - 1st pass (#19692)
Molkree
authored
b679b59
View commit details
Copy full SHA for b679b59
View code at this point
Browse repository at this point
Commits on Mar 7, 2023
Fix `CodeFactor` issues in the code base - part 4 (#19270)
CarloToso
authored
ff32e01
View commit details
Copy full SHA for ff32e01
View code at this point
Browse repository at this point
Commits on Jan 25, 2023
Update additional interpolated string changes (#19029)
daxian-dbw
authored
3a17d02
View commit details
Copy full SHA for 3a17d02
View code at this point
Browse repository at this point
Revert some of the interpolated string changes (#19018)
daxian-dbw
authored
b195088
View commit details
Copy full SHA for b195088
View code at this point
Browse repository at this point
Commits on Jan 23, 2023
Use interpolated strings 11 (#19002)
CarloToso
authored
4c586a7
View commit details
Copy full SHA for 4c586a7
View code at this point
Browse repository at this point
Commits on Jan 20, 2023
Use interpolated strings 9 (#18993)
CarloToso
authored
64d82f8
View commit details
Copy full SHA for 64d82f8
View code at this point
Browse repository at this point
Use interpolated strings 7 (#18985)
CarloToso
authored
f562753
View commit details
Copy full SHA for f562753
View code at this point
Browse repository at this point
Commits on Jan 3, 2023
Fix up all comments to be in the proper order with proper spacing (#18619)
JamesWTruher
authored
4f57804
View commit details
Copy full SHA for 4f57804
View code at this point
Browse repository at this point
Commits on Dec 13, 2022
Replace `GetDirectories` in `CimDscParser` (#14319)
xtqqczze
authored
4ff581e
View commit details
Copy full SHA for 4ff581e
View code at this point
Browse repository at this point
Commits on Nov 1, 2022
Use new LINQ Order() methods instead of OrderBy(static x => x) (#18395)
Show description for c16521a
turbedi
authored
c16521a
View commit details
Copy full SHA for c16521a
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 Sep 29, 2022
Use overload APIs that take `char` instead of `string` when it's possible (#18179)
iSazonov
authored
8973b0c
View commit details
Copy full SHA for 8973b0c
View code at this point
Browse repository at this point
Commits on Aug 1, 2022
Use null propagation operator in `System.Management.Automation` (#17792)
fflaten
authored
d204d29
View commit details
Copy full SHA for d204d29
View code at this point
Browse repository at this point
Commits on Jul 25, 2022
Use compound assignment in /System.Management.Automation (#17724)
Molkree
authored
8f6b758
View commit details
Copy full SHA for 8f6b758
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 Nov 22, 2021
Use the same temporary home directory when 'HOME' env variable is not set (#16263)
daxian-dbw
authored
88ba3f6
View commit details
Copy full SHA for 88ba3f6
View code at this point
Browse repository at this point
Commits on Jul 7, 2021
Enable IDE0044: MakeFieldReadonly (#13880)
Show description for 03b07a0
xtqqczze
authored
03b07a0
View commit details
Copy full SHA for 03b07a0
View code at this point
Browse repository at this point
Commits on May 21, 2021
Move cross platform DSC code to a subsystem (#15127)
Andrew
authored
8d017d8
View commit details
Copy full SHA for 8d017d8
View code at this point
Browse repository at this point
Commits on May 12, 2021
Fix NullReferenceException in DSC ClearCache() (#15373)
Andrew
authored
ae77246
View commit details
Copy full SHA for ae77246
View code at this point
Browse repository at this point
Commits on Apr 12, 2021
Add SecureStringHelper.FromPlainTextString (#14124)
xtqqczze
authored
a6abf16
View commit details
Copy full SHA for a6abf16
View code at this point
Browse repository at this point
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 Mar 30, 2021
Enable SA1001: Commas should be spaced correctly (#14171)
xtqqczze
authored
e922017
View commit details
Copy full SHA for e922017
View code at this point
Browse repository at this point
Commits on Feb 2, 2021
Cross-platform updates to DSC code in PowerShell (#13399)
Andrew
authored
8e3c3e0
View commit details
Copy full SHA for 8e3c3e0
View code at this point
Browse repository at this point
Commits on Dec 19, 2020
Use string.Contains(char) overload (#14368)
xtqqczze
authored
5f3dd93
View commit details
Copy full SHA for 5f3dd93
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
Fix IDE0090: Simplify new expression part 6 (#14338)
Show description for bb78d4b
xtqqczze
authored
bb78d4b
View commit details
Copy full SHA for bb78d4b
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
Commits on Nov 5, 2020
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
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 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 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
Previous
Next
You can’t perform that action at this time.