pulumi / pulumi-dotnet

.NET support for Pulumi
Apache License 2.0
27 stars 25 forks source link

Fix unknown inputs deserialization #306

Closed jkerken closed 3 months ago

jkerken commented 3 months ago

Fix extracted from https://github.com/pulumi/pulumi-dotnet/pull/275

I also found the same bug for unkown secrets inputs. Which is also fixed.

I did not copy the intgeration test over since that was done using a c# component provider But it is present in the other pr, I added some unit tests to cover these edge cases though.