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/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 repository contains the foundational libraries that make up the .NET Core development stack.
C# 1
-
-
653 contributions in the last year
Activity overview
Contribution activity
July 2020
Created a pull request in dotnet/runtimelab that received 16 comments
- Fix issue with Crossgen2 package excluding Icon
- Ensure CoreCLR pkgproj include packaging props
- [release/5.0-Preview8] Workaround duplicate package icon in packages
- Force bindingRedirect for System.Resources.Extensions (#39386)
- Force bindingRedirect for System.Resources.Extensions
- Remove System.Reflection.DispatchProxy package
- Update packaging verion
- Add ReferenceConverter entry to intrinsic type converters table
- Enable verbose linker output & add baseline warning suppressions for library builds
- Correcting Mismatch between ref and src
- Remove depprojs in favor of PackageReferences
- Revert "Fix resx test name mangling logic"
- Keep only Abstractions dependency on Configuration.Binder
- Remove redundant ignored reference
- Force bindingRedirect for System.Resources.Extensions
- Add NetFramework Configurations to OOB packages
- MemoryCache: Size calculation with expired Entries
- Add NeutralResourcesLanguageAttribute to corefx libraries
- Remove cross targeting for TraceSource and TextWriterTraceListener
- Allow XmlSerializer.Generator to run on Core > 2.x
- Adds Console Log Formatting APIs
- Add and use Environment.ProcessId
- Remove global properties for CoreLib P2P
- Add tizen-arm64 RIDs
- Make browser peer for windows_nt and unix
- Don't ship experimental packages to nuget
- fixes genapi for project with corelib reference
Created an issue in dotnet/roslyn-analyzers that received 5 comments
Make PublicApiAnalyzers support C# files for API representation
This is a feature request. In thinking about how we can better represent API in dotnet/runtime while removing our custom tools and leveraging rosly…