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#
461 contributions in the last year
Contribution activity
August 2021
Created 3 commits in 1 repository
Created a pull request in PowerShell/PowerShell that received 24 comments
Update .NET adapter to handle interface static members properly
PR Summary After switching to the latest dotnet 6 preview.7 SDK, we started to see the "Bad IL format" failure as shown below (see the reported dot…
Opened 3 other pull requests in 2 repositories
PowerShell/PowerShell
2
merged
PowerShell/PowerShell-RFC
1
open
Reviewed 9 pull requests in 2 repositories
PowerShell/PowerShell
8 pull requests
-
Change default to
OutputRendering.Hostand removeOutputRendering.Automatic - Update changelogs for 7.0.7 and 7.1.4
- Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0
- Bump Microsoft.CodeAnalysis.NetAnalyzers from 6.0.0-rc1.21406.1 to 6.0.0-rc1.21413.4
- Add more tests to validate the current command error handling behaviors
-
Add
cleanblock to script block as a peer tobegin,process, andendto allow easy resource cleanup -
Fix
$PSStylelist output to correctly showTableHeader - Update .NET adapter to handle interface static members properly
PowerShell/PowerShell-RFC
1 pull request
Created an issue in dotnet/roslyn that received 4 comments
TypeLoadException resulted by using interpolated string in PowerShell
Description
After building PowerShell against .NET 6 Preview 7 SDK, tab completion in PowerShell throws TypeLoadException:
PS:4> $er.Exception.Inne…