-
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
738 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 7 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 5 other pull requests in 2 repositories
PowerShell/PowerShell
1
open
3
merged
PowerShell/PSReadLine
1
merged
Reviewed 10 pull requests in 1 repository
PowerShell/PowerShell
10 pull requests
-
Update .NET SDK version from
7.0.100-preview.2.22153.17
to7.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
-
Fix line breakpoints for
return
statements without a value - Adding a conditional check to account for script blocks in PSObject when using ForEach-Object -Parallel
Created an issue in dotnet/runtime that received 4 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 by-ref value types) throws ArgumentExcep…