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#
473 contributions in the last year
Contribution activity
August 2021
Created 2 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
1
open
1
merged
PowerShell/PowerShell-RFC
1
open
Reviewed 4 pull requests in 1 repository
PowerShell/PowerShell
4 pull requests
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…