Antonio Villanueva

Results 4 issues of Antonio Villanueva

In VS IDE, while an AspireApp.AppHost is running, invocation to `AspireService.GetAspireHostAsync()` results in no data being returned. Once the AspireApp stops running, this endpoint returns the correct result. From VS...

question
vs
customer-reported
aspire

`azd` should look up the `azure.yml` file in the parent directory of the `current-working-directory` if not found. When the repository structure _separates_ the source code from the root of the...

question
vs
customer-reported
aspire

After running `azd init` on a brand new Aspire Application, executing `RefreshEnvironmentAsync()` on it will cause `azd vs-sever` to send a Prompt request -asking for missing 'Subscription' and 'Location'- though...

question
vs
customer-reported
aspire

When publishing a container image through the .NET SDK Containers support "`Target:_PublishSingleContainer`, `Task:CreateNewImage`", the result returned to the caller is always SUCCESS (`True`, no excepction(s) thrown) even: - The target...