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
Pinned
2,786 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in dotnet/runtime that received 15 comments
Use module initializer for WSAStartup in System.Net.Sockets on Windows
@jkotas, this is what I mentioned to you. Do you have concerns about this usage? It seems to make sense, given that there's no reason to use System…
- Fix xunit analyzers to run on library test projects
- Revert "add better handling of SECBUFFER_EXTRA during TLS handshake on Windows"
- Fix StaticTestGenerator to compile/run
- Remove some unnecessary unsafe usage
- Use unbounded connected streams in System.Net.Security tests
- Fix WinHttpHandler outerloop tests for deflate
- Replace a couple Thread.CurrentThread.ManagedThreadIds
- Address outstanding issues with System.Net MatchingRefApiCompatBaselines
- Fix ArrayList.GetRange().GetRange().ToArray()
- Disable SetDateTimeMax test on Linux
- Delete VirtualNetwork{Stream} test code
- Add CancellationToken.Register with callback accepting token
- Update analyzer versions
- Some style clean-up in HttpClient.cs
- Fix TypeBuilder's base type in ref
- Remove unused Common Extensions code
- Remove Common Extensions HashCodeCombiner
- Remove Unix PKCS12 PAL.
- Free allocated buffer after UTF8 encode on FreeBSD
- Remove unsafe code from System.Web.HttpUtility
- Remove some unnecessary unsafe usage
- add better handling of SECBUFFER_EXTRA during TLS handshake on Windows
- Add back nightly build table
- Remove some unsafe code from Console
- Replace ReusableTextReader with shared ArrayPool
- Fix PAL test threading/WaitForMultipleObjectsEx/test2
- Make more suitable SPC instance methods static
- Unsafe code replaced by ReadOnlyMemory<> equivalent
- Remove EBS.Never from CipherMode.CFB.
- Build armv7+armv7s for ios.
- Simplify winsock initialization
- [HTTP/3] detect frame/setting types reserved in draft 30.
- Add Array.GetMaxLength<T>
- Fix stack overflow in BsdIPGlobalProperties
- make AsyncFlowControl implement IEquatable<AsyncFlowControl>
- Fix coreclr official builds when using global build job template
- Remove alpine arm64 from mono outerloop build
- Unpin Roslyn compiler
- Disable SetDateTimeMax test on Linux
- Implement RandomNumberGenerator.GetBytes
- Some pull request reviews not shown.
Created an issue in dotnet/runtime that received 3 comments
API Proposal: DelegatingStream
Background and Motivation Stream-based implementations sometimes want to wrap an existing stream and add a little functionality on top of it, such …

