David Fowler

Results 1251 comments of David Fowler

High level commentary: - The design should take into account the fact that it needs to work in all sorts of environments (VS, VS Code, CLI, WSL). We can choose...

cc @karolz-ms @danegsta @ReubenBond

You should be able to work around it by turning off the proxy right?

Add this annotation to your resource `ProxySupportAnnotation` using WithAnnotation and set the bool to false.

This failed again on my PR TestServicesWithMultipleReplicas https://github.com/dotnet/aspire/actions/runs/14496711835/job/40666397220

https://github.com/dotnet/aspire/issues/2587#issuecomment-2782381533

Yes, its expected. A real http client needs to implement a connection pool to make sure there are no concurrent writes to the same socket.

@DamianEdwards do you have a devdrive setup?

@karolz-ms ``` {"ExitCode": 1, "error": "could not determine installed DCP extensions: CreateFile C:\\Users\\Tibold\\.dcp\\ext: The system cannot find the file specified."} ``` I blame golang 😄