pulumi/pkg/codegen/dotnet
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
..
doc.go [codegen/dotnet] Allow generated SDKs to have a global namespace other then `Pulumi` (#8735) 2022-01-21 12:58:11 -08:00
doc_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
gen.go [codegen/dotnet] Fix codegen for functions with secret parameters 2022-09-23 13:47:15 -07:00
gen_intrinsics.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
gen_program.go Support options.version on pulumi convert 2022-09-23 09:41:17 -07:00
gen_program_expressions.go dotnet program-gen now targets .NET 6 (#10143) 2022-07-21 21:04:02 +02:00
gen_program_test.go Support options.version on pulumi convert 2022-09-23 09:41:17 -07:00
gen_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
git_ignore.go Add GenerateProject to codegen (#9475) 2022-04-29 17:04:04 +01:00
importer.go Respect schema versions (toggled via flag) (#8881) 2022-02-03 17:07:13 +01:00
templates.go [dotnet/codegen] Prefix referenced Pulumi types with global modifier (#10245) 2022-07-27 11:24:21 +02:00
test.go ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
utilities.go dotnet program-gen now targets .NET 6 (#10143) 2022-07-21 21:04:02 +02:00
utilities_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00