Highlights
- Arctic Code Vault Contributor
Popular repositories
-
-
Forked from PowerShell/PowerShell-RFC
RFC documents for community feedback on design changes and improvements to PowerShell
PowerShell 1
-
-
Forked from dotnet/codeformatter
Tool that uses Roslyn to automatically rewrite the source to follow our coding styles
C# 1
-
754 contributions in the last year
Contribution activity
December 2020
Created 7 commits in 1 repository
Created a pull request in PowerShell/PowerShell that received 6 comments
Exclude string.ToLowerInvariant() in GetEnvironmentVariableAsBool()
PR Summary Exclude string.ToLowerInvariant() in GetEnvironmentVariableAsBool() to avoid early ICU initialization. PR Context Related #14268. PR Ch…
Opened 6 other pull requests in 1 repository
PowerShell/PowerShell
4
merged
1
open
1
closed
Reviewed 52 pull requests in 1 repository
PowerShell/PowerShell 52 pull requests
- Use String.Split(char) instead of String.Split(String)
- Add support to `$PSStyle` for strikethrough and hyperlinks
- Change min depth to 0 for ConvertTo-Json
- Fix IDE0032: UseAutoProperty part 3
- Remove security template
- Re-enable VT mode on Windows after running command in ConsoleHost
- Add summary element to documentation comment
- Enable SA1205: Partial elements should declare access
- When formatting, if collection is modified, don't fail the entire pipeline
- Fix Universal Dashboard to refer to PowerShell Universal to fix CI
- Use IntPtr.Addition(IntPtr, Int32) Operator
- Update document link because of HTTP 301 redirect
- Add simpler progress bar using ANSI rendering
- Enable SA1504: All accessors should be single-line or multi-line
- Enable CA2249: Consider using String.Contains instead of IndexOf
- Remove empty element return value documentation
- Fix IDE0090: Simplify new expression part 7
- Fix RCS1215: Expression is always equal to true/false
- Use string.Contains(char) overload
- Improve CommandInvocationIntrinsics API documentation and style
- Refactor complex if statement
- Add intent for using Discussions feature in repo
- Enable nullable: System.Management.Automation.Language.IScriptExtent
- Enable nullable: System.Management.Automation.Language.ICustomAstVisitor2
- Enable nullable: System.Management.Automation.LanguagePrimitives.IConversionData
- Some pull request reviews not shown.
Created an issue in dotnet/runtime that received 6 comments
Slow AssemblyLoadContext.StartAssemblyLoad() at startup
Description
Related #44598
I measured PowerShell startup scenario with pwsh -c exit (really start-stop scenario).
One delay in the scenario is in …