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
Pinned
1,288 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in dotnet/aspnetcore that received 4 comments
Add SkipLocalsInit
Addresses #26586
Enable SkipLocalsInit almost everywhere in Kestrel, HTTP, hosting, routing. Selected because they're the "hot path" assemblies whe…
- Fix flaky max concurrent streams test
- Fix flakiness when calling GetStatus after error
- Fix race condition between deadline and call finishing
- Update Microservicer sample to net5.0
- Support netcoreapp3.1 in benchmark apps and call count limit
- Fix potential torn reads by counters
- Remove TestServer workaround handler
- Update 2.32.0 dependency
- Change namespace in gRPC template
- Fix graceful shutdown of connection close in HTTP/3
- Remove KestrelEventSource events with broken ActivityId tracking
- Fixed potential torn reads in EventCounters
- Write HTTP/3 settings to client based on Kestrel settings
- Cast ByteBuffer to Buffer before calling position(int)
- Add documentation for Routing surface area
Created an issue in dotnet/aspnetcore that received 9 comments
Perf: Investigate applying SkipLocalsInitAttribute
[SkipLocalsInit] can be used to improve performance - https://github.com/dotnet/roslyn/blob/master/docs/features/skiplocalsinit.md
Runtime applies …

