pulumi/pkg/codegen/internal/test
Pat Gavlin a4ee050afc
[sdk/dotnet] Fix collections in input unions. (#7601)
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.
2021-07-22 13:11:33 -07:00
..
testdata [sdk/dotnet] Fix collections in input unions. (#7601) 2021-07-22 13:11:33 -07:00
helpers.go [codegen/schema] YAML {un,}marshaling support. (#7509) 2021-07-13 16:41:40 -07: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
sdk_driver.go [codegen/python] - Implement dynamic config-getters (#7447) 2021-07-14 14:26:50 -07:00
type_driver.go [codegen] Add more type tests. (#7475) 2021-07-09 13:33:15 -07:00