pulumi/pkg/codegen
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
..
docs Rename Azure to Azure Classic in reference docs 2021-07-15 10:35:12 +02:00
dotnet [sdk/dotnet] Fix collections in input unions. (#7601) 2021-07-22 13:11:33 -07:00
go [docgen/go] - Fix go docgen links for pulumi types (#7558) 2021-07-20 15:57:48 -07:00
hcl2 [codegen/hcl2] Improve ConversionFrom perf. (#7545) 2021-07-16 09:56:26 -07:00
importer Reify `Input` and `Optional` types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
internal/test [sdk/dotnet] Fix collections in input unions. (#7601) 2021-07-22 13:11:33 -07:00
nodejs Update package import handling for Node.js (#7474) 2021-07-16 10:27:20 -07:00
python [codegen/python] Improve program gen perf. (#7547) 2021-07-16 15:45:00 -07:00
schema [codegen/go] Improve codegen performance. (#7546) 2021-07-16 07:50:35 -07:00
docs.go Reify `Input` and `Optional` types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
docs_test.go [codegen/docs] Reimplement example extraction. (#4851) 2020-06-18 12:32:15 -07:00
utilities.go Add helper methods to StringSet 2021-06-09 12:02:32 +02:00
utilities_test.go [codegen] Fix SimplifyInputUnion. (#7459) 2021-07-08 16:01:35 -07:00
utilities_types.go [codegen] Fix SimplifyInputUnion. (#7459) 2021-07-08 16:01:35 -07:00