-
Microsoft
Block or Report
Block or report kouvel
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
coreclr Public
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#
-
corefx Public
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#
-
corert Public
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#
-
performance Public
Forked from dotnet/performance
This repo contains benchmarks used for testing the performance of .NET Frameworks.
C#
-
perfview Public
Forked from microsoft/perfview
PerfView is a CPU and memory performance-analysis tool
C#
-
dotnet-diagnostics Public
Forked from dotnet/diagnostics
This repository contains the source code for various .NET Core runtime diagnostic tools and documents.
C++ 1
180 contributions in the last year
Contribution activity
June 2022
Created 3 commits in 2 repositories
Created a pull request in dotnet/runtime that received 9 comments
[6.0] Modify thread pool thread counting to be a bit more defensive
Port of #70478 to 6.0 An unexpected underflow in one or more thread counts can lead to a large number of threads to be created continually Prevent…

