Highlights
- Arctic Code Vault Contributor
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 dahall/Vanara
A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
C# 1
-
Forked from zed0/clang-format-configurator
Interactively view changes in clang-format configuration
JavaScript 1
-
-
Forked from DefinitelyTyped/DefinitelyTyped
The repository for high quality TypeScript type definitions.
TypeScript
194 contributions in the last year
Contribution activity
August 2020
Created an issue in dotnet/runtime that received 9 comments
IPEndPoint.Create can return IPEndPoint
Background and Motivation With covariant return type it is possible to return a more specific type in the overridden method: https://docs.microsoft…