pulumi/pkg/codegen/testing
Justin Van Patten 94fef806d2 [codegen/dotnet] Fix codegen for functions with secret parameters
The non-`Output<T>` returning functions take parameters as plain values, which cannot be made secrets. Before this change, .NET codegen was trying to convert the inputs into secrets, but this would error during compilation because the plain types are not `Input<T>`.
2022-09-23 13:47:15 -07:00
..
test [codegen/dotnet] Fix codegen for functions with secret parameters 2022-09-23 13:47:15 -07:00
tstypes ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
utils Support options.version on pulumi convert 2022-09-23 09:41:17 -07:00