Popular repositories
-
This repository has examples of broken patterns in ASP.NET Core applications
-
Micronetes Archived
Micronetes is a local orchestrator inspired by kubernetes that makes developing and testing microservices and distributed applications easier.
-
High performance, low level networking APIs for building custom servers and clients.
-
1,265 contributions in the last year
Less
More
Activity overview
Contribution activity
February 2021
Created 33 commits in 3 repositories
Created 1 repository
-
davidfowl/DotNetCodingPatterns
Built by
Created a pull request in dotnet/aspnetcore that received 5 comments
Start connections on a fresh ExecutionContext
This change removes the ExecutionContext from new connections, this removes the possibility of capturing request scoped async locals and flowing t…
+35
−6
•
5
comments
Opened 2 other pull requests in 1 repository
dotnet/aspnetcore
1
merged
1
open
Reviewed 12 pull requests in 6 repositories
dotnet/aspnetcore 4 pull requests
dotnet/runtime 3 pull requests
davidfowl/DotNetCodingPatterns 2 pull requests
dotnet/core 1 pull request
Particular/docs.particular.net 1 pull request
grpc/grpc-dotnet 1 pull request
Created an issue in dotnet/runtime that received 13 comments
Consider adding TaskCompletionSource.SetFromTask(Task)
Background and Motivation A common operation when writing async code is to execute code that returns a task and complete. This usually involves cre…
13
comments
Opened 5 other issues in 3 repositories
dotnet/AspNetCore.Docs
2
open
dotnet/aspnetcore
2
open
dotnet/runtime
1
closed
Answered 1 discussion in 1 repository
dotnet/aspnetcore
dotnet/aspnetcore
1
contribution
in private repositories
Feb 14

