Toolchain customizations in dagger.json require the source code casing for function and argument names (e.g. ContainerEcho in Go), rather than the CLI-style names (e.g. container-echo). This is surprising since all other user-facing views use normalized names.
Fix in progress: PR #11906.
Originally reported in #11883 (converted to discussion #12806 during triage).
Toolchain customizations in dagger.json require the source code casing for function and argument names (e.g.
ContainerEchoin Go), rather than the CLI-style names (e.g.container-echo). This is surprising since all other user-facing views use normalized names.Fix in progress: PR #11906.
Originally reported in #11883 (converted to discussion #12806 during triage).