James Newton-King
James Newton-King
The .NET solution currently uses an old .NET 6 SDK: https://github.com/protocolbuffers/protobuf/blob/4864e43b7d62a30bf335f1b5ba56d07515b3f959/global.json#L3 It should be updated to .NET 8 to keep tooling modern.
## Description A workaround was added to stop displaying menu bars. It regressed the menu popup to display under the header. This is a fix. Fixes https://github.com/dotnet/aspire/issues/6109 ## Checklist -...
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=826958&view=results ``` Assert.Collection() Failure: Mismatched item count Collection: [] Expected count: 2 Actual count: 0 ``` Build logs: [Aspire.Hosting.Redis.Tests.zip](https://github.com/user-attachments/files/17253745/Aspire.Hosting.Redis.Tests.zip) ### Report #### Summary |24-Hour Hit Count|7-Day Hit Count|1-Month Count|...
### 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. `WaitForCompletion`...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug App host displays this message when it starts: > Distributed...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug `WaitUntilHealthyAsync` and `WaitUntilCompletionAsync` write to a logger to report status,...
This is what a user sees today if they run Aspire and docker isn't running.  Should display a nice, friendly error message. Something like, "Failed to connect to Docker....
See https://github.com/dotnet/aspire/issues/4917 * Documentation should discuss enabling OTLP HTTP endpoint * Discuss CORS. Aspire should enable automatically but it should be mentioned that has happened so folks know they'll need...
Aspire 9 adds stop/start/restart actions to the dashboard: https://github.com/dotnet/aspire/pull/5538 Should discuss somewhere using these to start and stop resources. There is UI on the resources page so perhaps it should...
### Proposed topic or title Create custom resource commands ### Location in table of contents. Extensibility ### Reason for the article Aspire 9 adds resource commands: https://github.com/dotnet/aspire/pull/5538 We should show...