Eric Erhardt
Eric Erhardt
When I try to run `WithDataShouldPersistStateBetweenUsages(bool useVolume: true)` locally (on Windows) and look at the docker logs I get: ``` 2024-08-12 13:02:22 _________ 2024-08-12 13:02:22 /_||___||_\ Garnet 1.0.15 64 bit;...
Looks like the non-volume test is broken: ``` [xUnit.net 00:03:32.05] Aspire.Hosting.Garnet.Tests.GarnetFunctionalTests.WithDataShouldPersistStateBetweenUsages(useVolume: False) [FAIL] [xUnit.net 00:03:32.05] StackExchange.Redis.RedisConnectionException : The message timed out in the backlog attempting to send because no connection...
> @eerhardt the test still failing I fixed it locally on my linux machine. It should be passing now.
@ViktarStarastsenka - is this feature likely to be implemented in the next few months? We'd like to build an integration with [.NET Aspire](https://learn.microsoft.com/dotnet/aspire/) that allows developers to launch both a...
@brentschmaltz @jennyf19 - Do you know if the latest Microsoft.IdentityModel packages are broken w.r.t. Microsoft.Owin.Security.OpenIdConnect? @sankj - any possibililty of creating a repro of the issue?
> What kind of repro are you looking for with respect to this ? We have our app (its a url) in our test environment, where I can create the...
Is there any way to test this?
@mitchdenny - this same issue exists in the Hosting layer: https://github.com/dotnet/aspire/blob/84b2dee614249729589f4d2d567850dd682e2474/src/Aspire.Hosting.Kafka/KafkaBuilderExtensions.cs#L57-L64 I'm going to merge this PR, but we should get an issue written up for the Hosting side as...
> > Do we have a similar bad pattern being followed in other integrations? > > I found these: > > * Aspire.RabbitMQ.Client: https://github.com/dotnet/aspire/blob/6c48677f422978e9b67f56803bba587e3cce3efc/src/Components/Aspire.RabbitMQ.Client/AspireRabbitMQExtensions.cs#L132 > * Aspire.Seq: https://github.com/dotnet/aspire/blob/6c48677f422978e9b67f56803bba587e3cce3efc/src/Components/Aspire.Seq/AspireSeqExtensions.cs#L75 RabbitMQ is...
This has now been released. https://www.nuget.org/packages/Aspire.Npgsql.EntityFrameworkCore.PostgreSQL/13.0.1