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,390 contributions in the last year
Activity overview
Contribution activity
August 2021
Created 5 commits in 3 repositories
Created a pull request in dotnet/runtime that received 5 comments
Set DisableImplicitNamespaceImports_Dotnet=true to workaround sdk issue
Opened 4 other pull requests in 3 repositories
dotnet/sdk
2
merged
dotnet/arcade
1
merged
dotnet/runtime
1
merged
Reviewed 14 pull requests in 3 repositories
dotnet/runtime 10 pull requests
- Clean-up pkgproj leftovers in libs and apply fixes
- Replace all remaining pkgprojs with NuGet Pack task
- Update some XML doc comments per feedback
- Remove unnecessary llvmParameter from installer build job
- Dump the environment variable prefix in ToString
- Added tests for EnvironmentVariablesConfigurationProvider.ToString()
- Fix license in two code documents
- Move Windows Compat pack to NuGet pack task
- Convert AspNetCore transport pkgproj to Pack task
- Disable failing arm64 win10 Graphics.FromHdc tests
dotnet/sdk 3 pull requests
dotnet/installer 1 pull request
Created an issue in dotnet/sdk that received 4 comments
DisableImplicitNamespaceImports=false doesn't disable DisableImplicitNamespaceImports_DotNet.
When settings DisableImplicitNamespaceImports=false, DisableImplicitNamespaceImports_DotNet is not set to any value:
sdk/src/Tasks/Microsoft.NET…