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
LanguagePrimitives.cs
on
master
User selector
All users
Datepicker
All time
Commit history
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
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 May 19, 2020
Use nameof operator (#12716)
Show description for 9212aac
xtqqczze
authored
9212aac
View commit details
Copy full SHA for 9212aac
View code at this point
Browse repository at this point
Commits on May 12, 2020
Fix string parameter binding for `BigInteger` numeric literals (#11634)
vexx32
authored
7bc2617
View commit details
Copy full SHA for 7bc2617
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 29, 2020
Revert the PRs that made `DBNull.Value` and `NullString.Value` treated as `$null` (#11648)
daxian-dbw
authored
a4c32bc
View commit details
Copy full SHA for a4c32bc
View code at this point
Browse repository at this point
Commits on Nov 13, 2019
Remove the unused type converter for `CommaDelimitedStringCollection` (#11000)
iSazonov
authored and
daxian-dbw
committed
525dcfe
View commit details
Copy full SHA for 525dcfe
View code at this point
Browse repository at this point
Commits on Nov 6, 2019
Cleanup: use the built-in type alias (#10882)
iSazonov
authored
d58a82a
View commit details
Copy full SHA for d58a82a
View code at this point
Browse repository at this point
Commits on Oct 16, 2019
Use more effective evaluation order in LanguagePrimitives.IsNullLike() (#10781)
Show description for 25286eb
vexx32
authored and
iSazonov
committed
25286eb
View commit details
Copy full SHA for 25286eb
View code at this point
Browse repository at this point
Commits on Jun 28, 2019
Consider `DBNull.Value` and `NullString.Value` the same as `$null` when comparing with `$null` and casting to bool (#9794)
Show description for b34e331
vexx32
authored and
daxian-dbw
committed
b34e331
View commit details
Copy full SHA for b34e331
View code at this point
Browse repository at this point
Commits on Jun 26, 2019
Code cleanup: use IndexOf(char) overload (#9722)
Show description for dd7e45f
iSazonov
authored
dd7e45f
View commit details
Copy full SHA for dd7e45f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.