David Fowler
David Fowler
The equivalent of a `TaskCompletionSource.TrySetResult` or `TrySetException`. It would allow modeling an external input with the ability to set it from a pipeline step or some other part of the...
```C# var frontend = builder.AddViteApp("static-dev", "./frontend"); ``` ``` "/var/folders/yx/2sfj5rw95xxb_4mg1vlnlpsh0000gn/T/Dockerfile.app.b10f91e750b34df4a3ae7dabaf1c8484" --tag "app:1cfdc5b600583ce7223844645c583866bf393273" --platform "linux/amd64" "/Users/davidfowler/dev/git/dogfood/yarpstatic" 21:48:31 (build-app) i [DBG] docker buildx (stderr): #0 building with "desktop-linux" instance using docker driver 21:48:31...
In VS on F5, I see both dashboard logs and Aspire.Hosting.Dcp.DcpHost
The error is duplicated N times and its super verbose and does not render well. Also headers are included... ``` Failed to provision env: Deployment failed: LocationNotAvailableForResourceType: The provided location...
We've added a CI detection and non-interactive mode in https://github.com/dotnet/aspire/pull/12135 We need to do a pass and look for the places we prompt for input and improve the experience. -...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. Currently,...
## Background System-level logs are currently emitted as JSON objects, interleaved with per-resource logs, which can be confusing and verbose. The JSON format often repeats resource information and is less...
When logging into devtunnels using device code (which is what was being used on linux in a codespace). I only saw the prompt to login using device code flow because...
Not sure how to fix this UX but this is what it looks like in my ai chat app when I look at traces now. The cluster of logs in...
We don't explicitly document what each hosting integration passes configuration wise to client integrations. We document the supported client integration configuration.