Popular repositories
-
-
Forked from postmanlabs/httpbin
HTTP Request & Response Service, written in Python + Flask.
Python 1
-
Forked from dotnet/coreclr
This repo contains the .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.
C# 1
-
-
Forked from dotnet/corefx
This repo contains the .NET Core foundational libraries, called CoreFX. It includes classes for collections, file systems, console, XML, async and many others.
C#
702 contributions in the last year
Contribution activity
December 2020
Created 3 commits in 2 repositories
Created a pull request in PowerShell/PowerShell that received 16 comments
Improve startup time by pushing some work off the main thread to thread pool
PR Summary Comparing with v7.1.0, the changes in this PR improves the startup of a stable version PowerShell by about 19% on a 8 logical core mach…
Opened 3 other pull requests in 2 repositories
PowerShell/PowerShell
2
merged
PowerShell/PSReadLine
1
merged
Reviewed 19 pull requests in 2 repositories
PowerShell/PowerShell 15 pull requests
- DO NOT MERGE: 7.2.0-preview.2 changes
- DO NOT MERGE: 7.2.0-preview.2 changes
- Replace GetFiles in AnalysisCache
- Upgrade StyleCopAnalyzers to v1.2.0-beta.312
- Enable simpler ANSI formatting via `$PSStyle` and support suppressing ANSI output
- Optimize IEnumerable variant of replace operator
- Retrieve PowerShell version in PSVersionInfo using assembly informational version instead of FileVersionInfo
- Exclude string.ToLowerInvariant() in GetEnvironmentVariableAsBool()
- Speedup InitialSessionState..cctor()
- Update dead link in Code Guidelines
- Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3
- Avoid an exception if file system does not support reparse points
- Use OrdinalIgnoreCase in CommandLineParser
- Avoid array allocations in CorePsAssemblyLoadContext
- Use StringComparison.Ordinal insted of StringComparison.CurrentCulture at startup time
PowerShell/PSReadLine 4 pull requests
Created an issue in PowerShell/PowerShell that received 1 comment
Expose the `Utils.GetOutputString` as a public method for C# developers to work with `OutputRendering`
This issue is used to track the work to address the review comment #13758 (comment). This API may need to be public, so that other host implementa…