Alex Crome

Results 110 comments of Alex Crome

I think we're in a good place with this. I hope to have a go at working on this int he next few weeks, but I do have a few...

@Rugvip Can you add #12880 to the list.

Upgraded to `Microsoft.Data.SqlClient` and the timeouts still persist

After adding `;Pooling=false` to the connection string, and I haven't seen timeouts for 2 hours now, so it does seem like this is something to do with connection reuse -...

Got a repro. 1. Spin up an Aspire app with sql server in aspire ```cs var builder = DistributedApplication.CreateBuilder(args); var password = builder.AddParameter("SqlPassword", true); builder.AddSqlServer("SqlServer", password: password, port: 14431); await...

OTEL logs don't show up in normal logs - you have to do a bit of extra magic to get them by creating an `OTEL_DIAGNOSTICS.json` file - https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry/README.md#self-diagnostics

@Depechie Try upgrading to [8.2.1](https://github.com/dotnet/aspire/releases/tag/v8.2.1) - sounds like you're hitting #5532 .

Yea, there are a few - https://github.com/search?q=repo%3Adotnet%2Faspire%20%22Gets%20the%20primary%20endpoint%20for%20the%20Redis%20server%22&type=code . I can have a look but it may not be until the weekend. If you want to merge this PR in it's...

One of my collogues has already signed the CLA for our company - https://github.com/dotnet/sign/pull/656#issuecomment-1957227841 . Do I need to do something to link my account to the company or do...

@dotnet-policy-service agree company="Trayport"