Hi there! I found a bug in the C# SDK. It's not po...
# dotnet
c
Hi there! I found a bug in the C# SDK. It's not possible to use
await Pulumi.Deployment.RunAsync(() => { ... });
with workload identity federation. It only works with the "old" style
Deployment.RunAsync<BigDayStack>();
b
could you file an issue?
👍 1