pulumi/pkg/codegen/internal/test
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
..
testdata [codegen/dotnet] Fix plain properties (#7180) 2021-06-04 09:25:20 -07:00
helpers.go Import subpackages lazily (#6827) 2021-04-29 16:08:22 -04:00
host.go Discriminated unions in schema and programgen 2021-05-05 10:01:22 +02:00
providers.go Discriminated unions in schema and programgen 2021-05-05 10:01:22 +02:00