Erik Rasmussen

Results 7 issues of Erik Rasmussen

### What version of gRPC and what language are you using? I am using C#. I'm not actually sure what version of gRPC I'm using. Grpc.Core is 2.46.5 and the...

bug
investigate

**What this PR does / why we need it**: Adds support for building ARM manager images **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will...

Adds support for a few more origin service settings via annotations similar to proxy ssl verify. https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/configure-tunnels/origin-configuration/ I tried to follow the existing conventions, but I did make a minor...

This provider can be kinda tough to test, add some integration tests for validation. The YAML SDK seems to have issues at the moment, with integration tests hopefully it will...

Linting was breaking locally for me. I'm not familiar with golangci-lint or depguard, but best I can tell from the depguard README the current settings are in a v1 format....

### What happened? When a type's module name is `"config"` and config keys exist in the provider schema, dotnet codegen won't generate Input/Output code for the type. It's probably incorrect...

kind/bug
language/dotnet
area/codegen

Adds a module for the Azure Service Bus Emulator. Based heavily on the [Go implemenatation](https://github.com/testcontainers/testcontainers-go/blob/main/modules/azure/servicebus/servicebus.go?rgh-link-date=2025-11-22T21%3A19%3A35.000Z). I have a few open questions: - Go has a single `azure` module encapsulating multiple...

enhancement
minor