-
Microsoft
- Redmond, WA
Highlights
- 1 discussion answered
Block or Report
Block or report daxian-dbw
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular 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
-
winget-pkgs Public
Forked from microsoft/winget-pkgs
The Microsoft community Windows Package Manager manifest repository
PowerShell 1
573 contributions in the last year
Activity overview
Contribution activity
January 2022
Created 3 commits in 2 repositories
Opened 1 pull request in 1 repository
PowerShell/PSReadLine
1
merged
Reviewed 7 pull requests in 2 repositories
PowerShell/PowerShell
6 pull requests
- Report error when PowerShell built-in modules are missing
- Detect if AppX is background
-
Add
execcmdlet for bash compatibility - Invoke-Command supports a StrictModeVersion parameter, includes Invoke-Command StrictModeVersion tests
- Adds a .ResolvedTarget Property to File-System Items to Reflect a Symlink's Target as FileSystemInfo
- Bump Microsoft.ApplicationInsights from 2.19.0 to 2.20.0
MicrosoftDocs/PowerShell-Docs
1 pull request
Created an issue in dotnet/runtime that received 1 comment
Console.ReadKey behaves differently in .NET 6 comparing to .NET 5 when TERM is set to rxvt
Description
We got a report in PowerShell repo about "arrow keys not functioning properly in PowerShell 7.2 with rxvt terminals", see PowerShell/Po…