-
Microsoft
- Redmond, WA
Highlights
- 2 discussions 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
-
-
PowerShell-ALC-Samples Public
Samples for solving PowerShell module assembly dependency conflicts using `AssemblyLoadContext`.
C# 4
-
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
-
azure-functions-templates Public
Forked from Azure/azure-functions-templates
Azure functions templates for the azure portal, CLI, and VS
C# 1
762 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 13 commits in 2 repositories
Created a pull request in PowerShell/PowerShell that received 6 comments
Reduce unneeded verbose message from build.psm1
PR Summary
Change in build.psm1 is to reducing unnecessary verbose messages because Start-NativeExecution write the whole script block text as ver…
Opened 9 other pull requests in 2 repositories
PowerShell/PowerShell
8
merged
- Make sure verbose message is not null
- Redo the change that was reverted by #15853
- Fix the error message in Hashtable-to-object conversion
- Fix the word wrapping in formatting to handle escape sequences properly
-
Fix
build.psm1to find the required .NET SDK version when a higher version is installed - Update engine working group members
- Fix list view to not leak VT decorations
- Fix formatting truncation to handle strings with VT sequences
PowerShell/PSReadLine
1
merged
Reviewed 28 pull requests in 2 repositories
PowerShell/PowerShell
25 pull requests
- Fix native library loading for osx-arm64
- Update readme and metadata for 7.3.0-preview.4 release
- Make Assembly Load Native test work on a FX Dependent Linux Install
- Add reminder workflows
- Fix typo in AsyncResult.cs
- Update the cgmanifest
- Update script to automatically take new preview pre-release builds
- SemanticChecks: Avoid repeated type resolution of [ordered]
- Telemetry changes
- Add support for new WDAC API
- Fix the error message in Hashtable-to-object conversion
- Fix the word wrapping in formatting to handle escape sequences properly
- Update DotnetRuntimeMetadata.json for .NET 7 Preview 4
- Ability to pass InitialSessionState to UnmangedPSEntry.Start
- Update to the latest NOTICES file
- Disable release security analysis for SSH CI
- Add a finalize template which causes jobs with issues to fail
-
Update .NET SDK version from
7.0.100-preview.2.22153.17to7.0.100-preview.4.22252.9 -
Only inject NuGet security analysis if we are using secure
nuget.config - Switch to using GitHub action to verify PRs for broken markdown links
- Make generated implicit remoting modules backwards compatible with PowerShell 5
- Fix typo in Compiler.cs
- Fix formatting truncation to handle strings with VT sequences
- Fix list view to not leak VT decorations
- Update timeout for daily
- Some pull request reviews not shown.
Azure/azure-functions-powershell-worker
1 pull request
Created an issue in dotnet/runtime that received 9 comments
Func<T>.MakeGenericType(typeof(ReadOnlySpan<char>)) throws ArgumentException in 7.0.100-preview.4 while the exception was TypeLoadException in prior versions
Description
Func<T>.MakeGenericType(typeof(ReadOnlySpan<char>)) (or calling MakeGenericType with any other byref-like value types) throws ArgumentE…
Opened 5 other issues in 2 repositories
PowerShell/PowerShell
3
open
1
closed
- Progress rendering causes background color to leak
-
The
GetWordsmethod inComplexWriterhas comments that contradict with the code - Trap statement with exception type expression doesn't handle wrapped exception properly
- Word wrapping code in formatting doesn't take into account escape sequences in strings