David Fowler

Results 147 issues of David Fowler

We have a lot of people trying to migrate from docker compose to aspire. It would be great to have a guide that explained how some of the concepts translate...

:watch: Not Triaged

When we say aspire is optimized for local development, we say it without explaining how it relates to the different things that make up aspire. One common point of confusion...

documentation
:world_map: reQUEST
Pri1
getting-started
fundamentals
doc-enhancement
dotnet-aspire/prod

We should add an orleans sample @ReubenBond and @benjaminpetit

area-samples

- [ ] - Redis aspire component with SignalR - [ ] - Azure blob aspire component with data protection - [ ] - Azure table aspire component with orleans

area-samples

There's enough interest that we should show a sample with Serilog

area-samples

See https://github.com/dotnet/aspire/pull/388 e.g https://github.com/dotnet/eShop/blob/main/tests/Catalog.FunctionalTests/CatalogApiFixture.cs cc @ReubenBond

area-samples

https://github.com/davidfowl/WebQWorker/

area-samples

- https://github.com/dotnet/tye/tree/main/docs/recipes - https://github.com/dotnet/tye/tree/main/samples

area-samples

https://learn.microsoft.com/en-us/dotnet/aspire/messaging/azure-service-bus-component?tabs=dotnet-cli#tracing We also don't mention that service bus traces are experimental in the SDK, and we don't explain how to turn it on. cc @eerhardt

:watch: Not Triaged

Feedback for https://learn.microsoft.com/en-us/dotnet/aspire/frameworks/dapr?tabs=dotnet-cli 1. builder.AddDapr(); is not required. It is added automagically when you use `WithDaprSideCar` 2. `WithDaprSidecar` does not need the name specified, it's optional. 3. The mega code...

:watch: Not Triaged