pulumi/pkg/codegen/testing/test
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
..
testdata [codegen/dotnet] Fix codegen for functions with secret parameters 2022-09-23 13:47:15 -07:00
helpers.go Consistently disable HTML escaping in JSON output (#10440) 2022-08-19 13:27:34 +01:00
program_driver.go Support options.version on pulumi convert 2022-09-23 09:41:17 -07:00
sdk_driver.go [codegen/dotnet] Fix codegen for functions with secret parameters 2022-09-23 13:47:15 -07:00
type_driver.go Correctly import plain types (#9430) 2022-04-21 11:29:30 +02:00