Mitch Denny
Mitch Denny
Thanks for the heads up. If you do get a repro can you share it here too? Especially if you raise an issue elsewhere, it'll help us keep track of...
> @mitchdenny I wanted to chime in here. I am having a similar issue with the latest SqlClient / Azure.Identity and service principal auth without using .net aspire. The exact...
We aren't compatible with .NET Framework.
Actually the fact that this option showed up is a tooling issue.
OK so this works in VS, because in VS we build the project and then we rely on DCP to call VS to start the project (which it does happily)....
Good catch. The Finished/Running is really just based on whether the process launched is running or not. In the case of `dotnet watch` the process is still running. If you...
@davidfowl won't that just add one more implementation of launch profile interpretation ;)
Is your intention for this Prometheus container to be deployable via deployment tools such as `azd` and Aspirate (k8s tool for Aspire manifests)? If so, it is worth considering how...
@davidfowl just merged in a change to allow `WithReference` to take a connection string type. Perhaps we can use that pattern as inspiration. You could do something like this: ```csharp...
I'm just thinking how this might be able to work all the way to production via a deployment tool. Even though prometheus takes a configuration file I think there is...