Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
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#
713 contributions in the last year
Contribution activity
October 2020
Created a pull request in PowerShell/PowerShell that received 10 comments
Update PSReadLine version to `2.1.0-rc1`
PR Summary
Update PSReadLine version to 2.1.0-rc1
PR Checklist
PR has a meaningful title
Use the present tense and imperative mood when describ…
- Update ChangeLog and version for the 2.1.0-rc1 release
- Allow 'MaximumHistoryCount' to be set from user's profile
- Fix a rendering issue regarding cleanup of previous logical lines
- Fix the inline prediction to not leak color beyond the suggestion text
- Rename `PredictionColor` to `InlinePredictionColor`
- Correct the descriptions of 'SelectBackwardsLine' and 'SelectLine'
Created an issue in PowerShell/SecretManagement that received 4 comments
The single only available secret vault should be made default automatically
The single only available secret vault should be made default automatically.
When running Register-SecretVault -Name MyStore -ModuleName Microsoft.…