Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
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#
-
-
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#
-
Forked from dotnet/corert
This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying .NET Native compiler toolchain.
C#
-
-
1,732 contributions in the last year
Activity overview
Contribution activity
September 2020
Created a pull request in dotnet/runtime that received 26 comments
Add libraries on mono outerloop build
Fixes: #24101 (comment) Test Run: https://dnceng.visualstudio.com/public/_build/results?buildId=797679&view=results This would be adding a mono pip…
- [release/5.0] Fix sha for icu
- Make runtime tests run with Android
- Flow rid from yml to sendtohelix
- Added Rebecca Purple
- Add additional ALC assertions and test
- Improve WASM test output via xharness
- Infra changes required for stable builds
- Fix DefaultContext test on wasm
- Remove p/invoke to RtlMoveMemory, cleanup caller
- Enable several more IDE analyzer warnings
- Fix SingleFile regression in client configuration
- [release/5.0-rc2] Update intellisense package version to RC2
- Add wildcard to release branch trigger
- Update Helix.SDK to consume fix on Download files from results container task
- Support cp1252 codepage alias
- [master] Update dependencies from dotnet/xharness mono/linker dotnet/arcade Microsoft/vstest dotnet/llvm-project dotnet/icu
- [release/5.0-rc2][wasm] Update ICU (fixes #42328)
- Fix the mechanism getting Constructed Culture
- [release/5.0-rc2] Fix the mechanism getting Constructed Culture
- [mono] Add test for wasm loader regression, fix loading from bundle
- Fix handling of repo analyzers and warnings-as-errors
- Mark some APIs throwing PNSE from runtime as unsupported on Browser
- [release/5.0-rc2][wasm] Update ICU dependency (fixes ja-jp datetime format)
- Updating branding to rtm
- [release/5.0-rc2] Use portable PDBs even on .NETFramework
- Some pull request reviews not shown.
Created an issue in dotnet/runtime that received 10 comments
System.Diagnostics.Tests.ProcessStandardConsoleTests.TestChangesInConsoleEncoding test fails on server core
I'm enabling Server Core 20H1 libraries test runs and this test failed with:
Assert.Equal() Failure
Expected: 65001
Actual: 437 at System.Diagnosti…