pulumi/pkg/codegen/dotnet
Justin Van Patten 572c74826c
Add schema & codegen support for plain properties (#6481)
This change adds schema and codegen support for plain properties which
are emitted typed as the plain type rather than wrapped as an `Input`.
Plain properties require a prompt value and do not accept a value that
is `Output`.
2021-03-10 07:08:08 -08:00
..
doc.go [codegen/*] - Fix enum names that start with an underscore. (#5950) 2020-12-16 09:22:44 -08:00
doc_test.go [codegen/schema] - Expand ObjectTypeSpec to ComplexTypeSpec (#5379) 2020-09-16 13:47:40 -07:00
gen.go Add schema & codegen support for plain properties (#6481) 2021-03-10 07:08:08 -08:00
gen_intrinsics.go Initial support for C# program gen (#4611) 2020-05-19 10:18:38 +02:00
gen_program.go Convert config params to outputs only if promise types are seen 2020-10-07 12:29:33 -07:00
gen_program_expressions.go [codegen] Generate null values for model.NoneType (#5122) 2020-08-06 14:12:27 -06:00
gen_program_test.go Turn program gen NYIs into diagnostic errors (#4794) 2020-06-10 10:21:53 -07:00
gen_test.go Add schema & codegen support for plain properties (#6481) 2021-03-10 07:08:08 -08:00
importer.go Introduce k8s compatibility mode to C# codegen (#4544) 2020-05-19 11:41:06 +02:00
templates.go [codegen/dotnet] Fixes to version.txt (#6398) 2021-02-22 08:33:16 -08:00
utilities.go [codegen/*] - Fix enum names that start with an underscore. (#5950) 2020-12-16 09:22:44 -08:00
utilities_test.go [codegen/*] - Fix enum names that start with an underscore. (#5950) 2020-12-16 09:22:44 -08:00