pulumi/sdk/dotnet/Pulumi.Tests/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
..
ArgsConverterTests.cs Don't throw on type mismatches in the dotnet sdk (#8286) 2021-10-29 17:35:17 +01:00
BooleanConverterTests.cs Don't throw on type mismatches in the dotnet sdk (#8286) 2021-10-29 17:35:17 +01:00
ComplexTypeConverterTests.cs Don't throw on type mismatches in the dotnet sdk (#8286) 2021-10-29 17:35:17 +01:00
ConverterTests.cs Don't throw on type mismatches in the dotnet sdk (#8286) 2021-10-29 17:35:17 +01:00
EnumConverterTests.cs Don't throw on type mismatches in the dotnet sdk (#8286) 2021-10-29 17:35:17 +01:00
InternalPropertyTests.cs Don't throw on type mismatches in the dotnet sdk (#8286) 2021-10-29 17:35:17 +01:00
JsonConverterTests.cs Don't throw on type mismatches in the dotnet sdk (#8286) 2021-10-29 17:35:17 +01:00
ListOutputCompletionSourceTests.cs Don't throw on type mismatches in the dotnet sdk (#8286) 2021-10-29 17:35:17 +01:00
RecursiveTypeTests.cs Don't throw on type mismatches in the dotnet sdk (#8286) 2021-10-29 17:35:17 +01:00
ResourcePackagesTests.cs Fix looking up empty version in ResourcePackages.TryGetResourceType (#6084) 2021-01-12 08:53:52 -08:00
ResourceRefPropertyTests.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
UnionConverterTests.cs Don't throw on type mismatches in the dotnet sdk (#8286) 2021-10-29 17:35:17 +01:00