Popular repositories
-
-
-
-
-
tutorial Public
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,087 contributions in the last year
Less
More
Activity overview
Contributed to
dotnet/aspnetcore,
halter73/MinimalWeather,
dotnet/AspNetCore.Docs
and 5 other
repositories
Contribution activity
September 2021
Created 6 commits in 2 repositories
Created a pull request in dotnet/aspnetcore that received 10 comments
Add nullable support to BindAsync
Today, if you want to support an optional parameter with BindAsync, you cannot use a nullable struct. This PR changes it so nullable structs are su…
+228
−92
•
10
comments
Opened 6 other pull requests in 1 repository
dotnet/aspnetcore
2
open
4
merged
- Handle JsonExceptions like InvalidDataExceptions in RequestDelegateFactory
- [release/6.0] Rename and consolidate "DelegateEndpoint" types
- [release/6.0] Add nullable support to BindAsync
- Add myself to more CODEOWNERS areas
- [release/6.0] Throw for bad requests intended for minimal route handlers in development
- [release/6.0] Fix ambiguous Map method with minimal APIs
Reviewed 21 pull requests in 2 repositories
dotnet/aspnetcore
20 pull requests
- [release/5.0] Use ArrayPool as default pool fallback
- Add support for BindAsync without ParameterInfo
- Revert setting endpoint name automatically (#36518)
- Avoid building the configuration sources twice
- Make DelegateEndpointConventionBuilder constructors public
- [release/6.0] Run user defined hosted services before the server starts.
- Improve error messages for missing body and services
- Add support for stating accepts/consumes metadata is required or not
- [release/6.0] HTTP/3: Support canceling requests that aren't reading a body
- [release/6.0] Properly reject non-json FromBody parameter binding
- Avoid using static NullabilityInfoContext
- Run user defined hosted services before the server starts.
- Add minimal option to webapi template
- HTTP/3: Support canceling requests that aren't reading a body
- Add support for WithTags extension method (#35672)
- [release/6.0] Throw for bad requests intended for minimal route handlers in development
- Fix issues with hosting startups
- [release/6.0] Improve the errors around UseStartup/Configure
- Improve the errors around UseStartup/Configure
- Use ArrayPool as default pool fallback
dotnet/AspNetCore.Docs
1 pull request
Created an issue in dotnet/aspnetcore that received 1 comment
Rename "DelegateEndpoint" types
Given that the options type related to the Map(string, Delegate)-style methods is named RouteHandlerOptions, we should make the following more cons…
1
comment