pulumi/sdk
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
..
dotnet Don't throw on type mismatches in the dotnet sdk (#8286) 2021-10-29 17:35:17 +01:00
go [sdk/go] Respect default parent in go aliases. (#8288) 2021-10-28 17:25:31 -07:00
nodejs .NET & python SDKs parity for bad pulumi versions (#8297) 2021-10-27 20:54:23 -07:00
proto Add monitor feature for output values (#7870) 2021-09-15 14:16:00 -07:00
python .NET & python SDKs parity for bad pulumi versions (#8297) 2021-10-27 20:54:23 -07:00
go.mod Iwahbe/8000/uprgade go versions (#8171) 2021-10-11 09:47:08 -07:00
go.sum Initial support for (un)marshaling output values (#7861) 2021-09-13 09:05:31 -07:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in proto/.