Popular repositories
-
-
httpbin Public
Forked from postmanlabs/httpbin
HTTP Request & Response Service, written in Python + Flask.
Python 1
-
coreclr Public
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
-
PSReadLine Public
Forked from PowerShell/PSReadLine
A bash inspired readline implementation for PowerShell
C# 1
-
corefx Public
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#
513 contributions in the last year
Contribution activity
October 2021
Created 2 commits in 1 repository
Created a pull request in PowerShell/PowerShell that received 7 comments
Make property names for the color VT sequences consistent with documentations
PR Summary
We use the property names 'Light***' such as LightRed and LightGreen for VT sequences that are documented as "Bright Foreground " and "B…
Opened 2 other pull requests in 2 repositories
MicrosoftDocs/PowerShell-Docs
1
open
PowerShell/PowerShell
1
merged
Reviewed 5 pull requests in 1 repository
PowerShell/PowerShell
5 pull requests
- Fix '-PipelineVariable' to set variable in the right scope
-
Update .NET SDK version from
6.0.100-rc.1.21458.32to6.0.100-rc.1.21464.4 - Fix ValidateRange Max Depth Allowed
-
Change
Targetfrom aCodePropertyto be anAliasPropertythat points toFileSystemInfo.LinkTarget - Update docs for 7.0.8 and 7.1.5 releases
Created an issue in dotnet/command-line-api that received 3 comments
[Question] Why use LightGreen, LightYellow and etc for VT sequences that are documented as "Bright Green" and "Bright Yellow" elsewhere
The classes System.CommandLine.Rendering.Ansi.Foreground and System.CommandLine.Rendering.Ansi.Background use names like LightRed, LightGreen, Ligh…