pulumi / pulumi-dotnet

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

Fix handling of input properties with backing fields #309

Closed jkerken closed 4 months ago

jkerken commented 4 months ago

Fixes https://github.com/pulumi/pulumi-dotnet/issues/308

I also limited the properties that are tried to be deserialized to not include non instance fields. The generated args classes all have a static Empty Property that threw an error otherwise.

jkerken commented 4 months ago

@Frassle Can we merge this?