mirror of https://github.com/pulumi/pulumi.git
a4ee050afc
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. |
||
---|---|---|
.. | ||
testdata | ||
helpers.go | ||
host.go | ||
providers.go | ||
sdk_driver.go | ||
type_driver.go |