mirror of https://github.com/pulumi/pulumi.git
![]() Collection types nested inside of Input<Union<...>> types need to abide by the usual rules for collection types nested inside of input types. These changes replace the use of the generic SimplifyInputUnion with a .NET-specific simplifyInputUnion that does not remove Input types inside of a union if those Input types wrap collection types. Retaining these Input types allows the usual logic for handling Input<Collection<...> types in typeString to kick in. Fixes #7569. |
||
---|---|---|
.. | ||
doc.go | ||
doc_test.go | ||
gen.go | ||
gen_intrinsics.go | ||
gen_program.go | ||
gen_program_expressions.go | ||
gen_program_test.go | ||
gen_test.go | ||
importer.go | ||
templates.go | ||
utilities.go | ||
utilities_test.go |