pulumi/pkg/codegen/internal/test/testdata/simple-plain-schema/python/pulumi_example
Justin Van Patten f1fa3a141d
[codegen/dotnet] Fix plain properties (#7180)
Fix the generated C# code for plain properties:

- Value types should not be initialized with `= null!`
- Arrays and maps should be `List<T>` and `Dictionary<string, TValue>`
2021-06-04 09:25:20 -07:00
..
_inputs.py Distinguish between inputty and plain args types. (#6811) 2021-04-19 16:40:39 -07:00
component.py [codegen/dotnet] Fix plain properties (#7180) 2021-06-04 09:25:20 -07:00
outputs.py [codegen/python] Adopt improved key translation (#6696) 2021-04-14 19:32:18 +01:00