Closed jkerken closed 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.
@Frassle Can we merge this?
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.