David Fowler
David Fowler
For the original issue https://github.com/dotnet/aspire/issues/5310
This test looks pretty racy, @DamianEdwards feels like we should rewrite or delete this test or add new apis to make it possible to write something more reliable.
Yea this part of aspire + azd is really messy. Anything defined in the app host's configuration is used for development not deployment.
cc @vhvb1989 This is something we should spend some time on.
I'm not really sure that secrets should ever be pushed from your local environment to the deployed environment by default. That should be an explicit operation with potentially different values...
> After that, when i deploy the aspire solution to ACA (both from right click > Publish and running azd up), the only Parameters used are the ones from the...
@bradygaster @vhvb1989 do the parameters in visual studio come from appsettings.json somehow? I don't see how that can happen unless VS is explicitly reading them from there and giving those...
The thing that ASP.NET Core SignalR supports that ASP.NET SignalR doesn't is that client can be connected to the same hub with different protocols. So one client can be message...
Are you doing the client integration side of this as well?
Let me know if this helps https://github.com/dotnet/docs-aspire/issues/2340#issuecomment-2566057406