pulumi/pkg/codegen/dotnet
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
..
doc.go Fix inconsistent object type naming. (#6686) 2021-04-15 19:03:28 -07:00
doc_test.go Fix inconsistent object type naming. (#6686) 2021-04-15 19:03:28 -07:00
gen.go [codegen/dotnet] Fix plain properties (#7180) 2021-06-04 09:25:20 -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 [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
gen_program_expressions.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
gen_program_test.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
gen_test.go [codegen/go] Fix emitted type of resources and types (#7158) 2021-05-27 16:02:19 -07:00
importer.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
templates.go Enable deterministic builds 2021-04-29 14:24:43 +12:00
utilities.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
utilities_test.go [codegen/*] - Fix enum names that start with an underscore. (#5950) 2020-12-16 09:22:44 -08:00