Eric St-Georges

Results 20 comments of Eric St-Georges

The aspx template can also contain VB/C# code within tags ``. Those blocks would also need translation.

I'm seeing the same problem with 3.7, same error message. It looks like it's related to the name of the test changing (to include the random data), but not being...

FYI, there's an [experimental page](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/messaging.md) in the OpenTelemetry specification for conventions to use with messaging There's also some useful bits in the OpenTelemetry .Net library for attaching and propagating tracing...

Non-archived link (They merged into vstest): https://github.com/microsoft/vstest/blob/main/docs/RFCs/0031-Test-Run-Attachments-Processing.md

Since fusion is not coming any time soon, any possibility that this gets fixed before then?

Ran into this today If I read this right, the provider is missing the dialer configuration that would allow connection to a private instance https://cloud.google.com/sql/docs/postgres/samples/cloud-sql-postgres-databasesql-connect-connector

I ran into something similar. Not sure if it's related, but in our case, when we created a custom `ClaimsIdentity`, we had left `authenticationType` to be `null`. Using any value...

Probes are now GA (According to https://cloud.google.com/run/docs/release-notes) Does that make it safe to remove the beta annotations?

To add to this, we ran into a NRE in the `AfterCall` callback on a timeout, because `IFlurlResponse.Response` was null, and we weren't expecting it.