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 upPopular repositories
827 contributions in the last year
Activity overview
Contribution activity
December 1, 2020
November 2020
Created 30 commits in 6 repositories
Created 4 repositories
- halter73/SAFE-Dojo F#
- halter73/AspNetNotebooks Jupyter Notebook
- halter73/interactive C#
- halter73/uController C#
Created a pull request in dotnet/AspNetApiDocs that received 2 comments
Add summaries for some ASP.NET Core namespaces
Part of dotnet/aspnetcore#27286.
Opened 5 other pull requests in 4 repositories
davidfowl/uController
2
merged
dotnet/aspnetcore
1
merged
dotnet/interactive
1
open
microsoft/reverse-proxy
1
merged
Reviewed 25 pull requests in 5 repositories
dotnet/aspnetcore 17 pull requests
- Re-disable IsWindowsOnlyTest on ARM
- Enable nullable in Kestrel.Core
- Remove connection-specific headeres for HTTP/2 and HTTP/3
- [SignalR] Remove obsolete APIs
- Added ControllerRequestDelegateFactory
- HttpSys Http/2 requests should not be upgradable
- Fix #if for full framework SignalR client
- [Java] Don't call onClose when WebSocket connection is not open
- Allow/ignore upgrades with bodies
- Remove unnecessary calls to GetTypeInfo
- Fix #if for full framework SignalR client
- [HTTP/2] Continue frame processing immediately after stream error
- Added IRequestDelegateFactory
- Update README for SignalR
- Fix Json breaking change when updating Json reference manually
- Pass buffer.End to AdvanceTo
- Make connection abstractions public for Multiplexed
microsoft/reverse-proxy 5 pull requests
dotnet/runtime 1 pull request
grpc/grpc-dotnet 1 pull request
dotnet/AspNetApiDocs 1 pull request
Created an issue in dotnet/aspnetcore that received 4 comments
Preload default Kestrel config before running Kestrel's configureOptions callback
This issue is inspired by an email from @wiktork. From the email: I’m [working] on dotnet-monitor. The tool uses Asp.net Core to host a web server…