pulumi/sdk/dotnet/Pulumi/Serialization
Fraser Waters d39a14432f
Don't throw on type mismatches in the dotnet sdk (#8286)
* Don't throw on type mismatches in the dotnet sdk

Fixes #7329

The converter will no longer throw if resource providers return data
that does not match the expected type declared in the dotnet sdk.
Instead a warning will be logged for the resource and the value will be
set to `default(T)`.
2021-10-29 17:35:17 +01:00
..
Attributes.cs [dotnet] Resource package registration in .NET (attributes) (#5875) 2020-12-09 23:28:58 +01:00
Constants.cs Add .NET resource ref unit tests. (#6104) 2021-01-14 12:24:41 -08:00
Converter.cs Don't throw on type mismatches in the dotnet sdk (#8286) 2021-10-29 17:35:17 +01:00
Deserializer.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
OutputCompletionSource.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
OutputData.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
ResourcePackages.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
Serializer.cs [sdk/{go,dotnet] Unmarshal invalid assets. (#7579) 2021-07-21 13:40:36 -07:00