Mitch Denny
Mitch Denny
**What this PR does / why we need it**: This PR introduces variants of the `AddRedis(...)` method which takes async factories for connection string and connection multiplexer. On the .NET...
**What would you like to be added**: Factory methods on checks should allow for async callbacks. I've created a PR with some context: https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/pull/2305 **Why is this needed**: We are...
**What would you like to be added**: Currently the `AddKafka` results in a singleton of the KafkaHealthCheckOptions being registered with DI: https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/116a4eac95eac47d1811d33a1f93b053ff87fa19/src/HealthChecks.Kafka/DependencyInjection/KafkaHealthCheckBuilderExtensions.cs#L38 This should be adjusted to be more like...
Thanks for making pgweb. We are using it in the .NET Aspire team as one of the options for allowing developers targetting Postgres to be able to interactively inspect database...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Build information Build: https://github.com/dotnet/aspire/actions/runs/14447933111/job/40513180521?pr=8767 Build error leg or test failing: Aspire.Hosting.Tests.DistributedApplicationTests.ProxylessContainerCanBeReferenced Pull Request:...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Build information Build:https://github.com/dotnet/aspire/actions/runs/14199323953/job/39783331894?pr=8463 Build error leg or test failing: Aspire.Hosting.Python.Tests.AddPythonAppTests.PythonResourceFinishesSuccessfully Pull Request: https://github.com/dotnet/aspire/pull/8463...
Fixes: #8990 This PR introduces a build cache for the Aspire CLI. It works by first executing msbuild to get a collection of properties and items and computing a hash...
Here is the [failure log from Helix](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-aspire-refs-pull-5870-merge-941bbb4d048e4965b5/Aspire.Hosting.MongoDB.Tests/1/console.5e4d9e5d.log?skoid=8eda00af-b5ec-4be9-b69b-0919a2338892&sktid=72f988bf-86f1-41af-91ab-2d7cd011db47&skt=2024-09-26T01%3A26%3A44Z&ske=2024-09-26T02%3A26%3A44Z&sks=b&skv=2024-05-04&sv=2024-05-04&st=2024-09-26T01%3A26%3A44Z&se=2024-09-26T02%3A26%3A44Z&sr=c&sp=r&sig=JliwYSRMKMJoxGVJmPp9ad3PgJIt7TquZ5F2qwqrw3M%3D) ... looks like a timeout. Disabling in [this PR](https://github.com/dotnet/aspire/pull/5870). ## Build Information Build: Build error leg or test failing: Aspire.Hosting.MongoDB.Tests.MongoDbFunctionalTests.VerifyWithInitBindMount Pull request: ##...