Safia Abdalla
Safia Abdalla
@JakeRadMSFT @LittleLittleCloud Did we end up making any progress here? The recent reports all seem to consistently identify the issue in VS 17.14.9.
@joperezr VS has its own implementation for how it launches the local Functions host when the user F5s that is independent of the Aspire implementation so I suspect something might've...
I think we need to punt this to 9.4. I tried reverting the changes that were made to the Functions hosting package in 9.1 and none of them resulted in...
Test failures seem to be an instance of https://github.com/dotnet/aspnetcore/issues/56828 that is affecting a few other PRs. The particular failrue doesn't seem like a flake but it's not impact all PRs...
> This is needed because Aspire repo isn't compatible with WorkspaceBasedDevelopment yet What does this mean?
> I believe [@captainsafia](https://github.com/captainsafia) has plans to support associating an existing acr with the ACA resource. Seems like it fits in well https://github.com/dotnet/aspire/issues/9005 tracks this.
In case it is helpful, here's what I do for using Verify in the ASP.NET core repo. Push them to Helix in the build: https://github.com/dotnet/aspnetcore/blob/21ba24a7015eee34b6879b4fd2f0b94b5ff8faa6/src/Http/Http.Extensions/test/Microsoft.AspNetCore.Http.Extensions.Tests.csproj#L48 Then update the verification code...
> @captainsafia - can you take a look at this? At least disable it so it doesn't affect others' PRs. The PR to disable it went in last night. We...
Unassigning myself on this since I am not taking any action on it at the moment and our test infrastructure has changed consdierability since this was filed. It seems like...