Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#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
Post