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
LanguagePrimitives.cs
on
master
User selector
All users
All time
Commit history
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
Fix IDE0083: UseNotPattern (#26209)
xtqqczze
authored
250144e
View commit details
Copy full SHA for 250144e
View code at this point
Browse repository at this point
Commits on May 8, 2025
Add support for thousands separators in [bigint] casting (#25396)
h4vox
authored
1b786d2
View commit details
Copy full SHA for 1b786d2
View code at this point
Browse repository at this point
Commits on Jan 2, 2025
Add helper in EnumSingleTypeConverter to get enum names as array (#17785)
fflaten
authored
c0d7fb7
View commit details
Copy full SHA for c0d7fb7
View code at this point
Browse repository at this point
Commits on Dec 13, 2023
Fix 4 issues for the WDAC logging feature (#20913)
daxian-dbw
authored
7d62cf5
View commit details
Copy full SHA for 7d62cf5
View code at this point
Browse repository at this point
Commits on Jul 17, 2023
Remove input text from the error message resulted by `SecureString` and `PSCredential` conversion failure (#19977)
ArmaanMcleod
authored
d24285f
View commit details
Copy full SHA for d24285f
View code at this point
Browse repository at this point
Commits on May 22, 2023
Add WDAC Audit logging (#19641)
PaulHigin
authored
e5728b6
View commit details
Copy full SHA for e5728b6
View code at this point
Browse repository at this point
Filter completion for enum parameter against `ValidateRange` attributes (#17750)
fflaten
authored
c57ada2
View commit details
Copy full SHA for c57ada2
View code at this point
Browse repository at this point
Commits on Apr 3, 2023
Enable type conversion of `AutomationNull` to `$null` for assignment (#19415)
SteveL-MSFT
authored
04b93af
View commit details
Copy full SHA for 04b93af
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 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 Jul 25, 2022
Use null-coalescing assignment in /engine (#17720)
Molkree
authored
dc2e682
View commit details
Copy full SHA for dc2e682
View code at this point
Browse repository at this point
Commits on May 16, 2022
Fix the error message in Hashtable-to-object conversion (#17329)
daxian-dbw
authored
41c7cd7
View commit details
Copy full SHA for 41c7cd7
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 May 17, 2021
Avoid allocation in `LanguagePrimitives.UpdateTypeConvertFromTypeTable` (#15168)
xtqqczze
authored
5abb90f
View commit details
Copy full SHA for 5abb90f
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 Jan 10, 2021
Enable CA2249: Consider using String.Contains instead of IndexOf (#14395)
Show description for 9ea718f
xtqqczze
authored
9ea718f
View commit details
Copy full SHA for 9ea718f
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 11, 2020
Enable nullable: System.Management.Automation.LanguagePrimitives.IConversionData (#14187)
powercode
authored
5547681
View commit details
Copy full SHA for 5547681
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
Mark applicable structs as readonly and use in-modifier (#13919)
xtqqczze
authored
41ab20c
View commit details
Copy full SHA for 41ab20c
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 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 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
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 Nov 4, 2020
Enable CA1825: Avoid zero-length array allocations (#13961)
xtqqczze
authored
1d7a93c
View commit details
Copy full SHA for 1d7a93c
View code at this point
Browse repository at this point
Commits on Aug 4, 2020
Improve BigInteger casting behaviours (#12629)
vexx32
authored
6aa08f9
View commit details
Copy full SHA for 6aa08f9
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 Jul 8, 2020
Add support for some .NET intrinsic type converters (#12580)
iSazonov
authored
5ad8a59
View commit details
Copy full SHA for 5ad8a59
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 May 31, 2020
Add readonly modifier to internal static members (#11777)
Show description for e93381e
xtqqczze
authored
e93381e
View commit details
Copy full SHA for e93381e
View code at this point
Browse repository at this point
Add missing assessibility modifiers (#12820)
Show description for 0d5b7f5
xtqqczze
authored
0d5b7f5
View commit details
Copy full SHA for 0d5b7f5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.