Highlights
- 1 discussion answered
Popular repositories
-
-
-
Forked from featherhttp/tutorial
Quick tutorials on how you you can build easy web applications with minimal hosting and routing APIs. Learn how to build lightweight server-side web applications
-
1,010 contributions in the last year
Less
More
Activity overview
Contributed to
dotnet/aspnetcore,
microsoft/reverse-proxy,
dotnet/AspNetCore.Docs
and 5 other
repositories
Contribution activity
April 2021
Created 11 commits in 2 repositories
Created 1 repository
Created a pull request in dotnet/aspnetcore that received 12 comments
Infer that interface parameters are services
Also some MapAction -> MinimalAction renaming. Addresses two checkboxes in #30248 (comment). As of #31603, all minimal action parameters without an…
+95
−71
•
12
comments
Opened 8 other pull requests in 2 repositories
dotnet/aspnetcore
7
merged
- Update "empty" web project templates to use minimal hostinng and routing
- Minimal hosting
- Produce more efficient TryParse code gen for minimal actions
- Remove form support from minimal APIs
- Infer default sources for parameters of minimal actions
- [5.0] Still send 100 Continue with null MinRequestBodyDataRate
- Still send 100 Continue with null MinRequestBodyDataRate
SignalR/SignalR
1
open
Reviewed 33 pull requests in 4 repositories
dotnet/aspnetcore 28 pull requests
- Add Long-Running response header to SignalR connections
- HTTP/3 RequestHeadersTimeout
- Update "empty" web project templates to use minimal hostinng and routing
- Move IFeatureCollection to new Extensions.Features assembly
- [Backport] [Java] Safely call onError on Subjects (#31779)
- Added request size limit value to exception message in case of request body large exception for Kestrel
- Removed unsafe string mutation
- Create subcategories for better filtering Kestrel logs
- [Java] Safely call onError on Subjects
- HTTP/3: Handle request stream ending without headers
- Adds HttpLogging middleware
- Add new Use middleware extension method
- Ignore Unshipped.txt in previews
- Quic transport is no longer experimental in .NET 6
- Minimal hosting
- Clean up async timeout extension methods
- Rename SlabMemoryPool #31609
- [automated] Merge branch 'release/3.1' => 'main'
- Infer that interface parameters are services
- Stop doing sync over async in Produce100Continue
- [SignalR TS] Set keep alive timer in receive loop (#31300)
- [SignalR TS] Set keep alive timer in receive loop (#31300)
- [SignalR TS] Set keep alive timer in receive loop
- Infer default sources for parameters of minimal actions
- Use skipEnabledCheck for LoggerMessage.Define
- Some pull request reviews not shown.
dotnet/runtime 3 pull requests
dotnet/AspNetCore.Docs 1 pull request
aspnet/SignalR-Client-Cpp 1 pull request
Created an issue in dotnet/templating that received 3 comments
dotnet new -i should not list every template
dotnet new --install currently lists every template after a successful installation. This makes users think the command has failed. We recently did…
3
comments