https://pulumi.com logo
#dotnet
Title
q

quick-motorcycle-17856

05/28/2020, 12:55 PM
Hi, any guideline on how to use OutputTypeAttribute for a custom output class? I tried some things but I always end with a serialization error if I use Output<MyCustomOutput>...
t

tall-librarian-49374

05/28/2020, 2:04 PM
Currently, this is not supported and tracked in https://github.com/pulumi/pulumi/issues/3690 A workaround is to return an
ImmutableDictionary<string, object>
as an output
q

quick-motorcycle-17856

05/28/2020, 2:22 PM
ok I've seen the issue, thanks