pulumi/sdk/dotnet/Pulumi/Core
Fraser Waters 9484c15d2d Add Output.JsonSerialize to dotnet sdk
Plan is to add functions like this to _all_ the SDKs.
JsonSerialization is _very_ language specific, dotnet for example uses
System.Text.Json, go would use JsonMarshal, etc. So it's worth having it
built into SDKs and then exposed as a PCL intrinsic (with the caveat
that the cross-language result will be _valid_ JSON, but with no
commmitment to formatting for example).

This is just the first part of this work, to add it to the dotnet SDK
(simply because I know that best).
2022-12-09 11:41:22 +00:00
..
Alias.cs Add **preview** .NET Core support for pulumi. (#3399) 2019-10-25 16:59:50 -07:00
Archive.cs [sdk/{go,dotnet] Unmarshal invalid assets. (#7579) 2021-07-21 13:40:36 -07:00
Asset.cs [sdk/{go,dotnet] Unmarshal invalid assets. (#7579) 2021-07-21 13:40:36 -07:00
AssetOrArchive.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
Input.cs Remove MaybeNull from Output/Input.Create to avoid spurious warnings (#6600) 2021-03-23 19:34:30 -04:00
InputJson.cs Support json values in the .net sdk (#3573) 2019-11-25 23:50:05 -05:00
InputList.cs Verify collection initializers (#8582) 2021-12-20 10:41:04 -05:00
InputMap.cs Verify collection initializers (#8582) 2021-12-20 10:41:04 -05:00
InputUnion.cs Add Union.Bimap and some more InputUnion conversions (#8733) 2022-01-14 14:57:10 +00:00
Options.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
Output.cs Add Output.JsonSerialize to dotnet sdk 2022-12-09 11:41:22 +00:00
OutputExtensions.cs Add the concept of a Union type to use for apis that accept disparate types. (#3548) 2019-11-21 14:51:45 -05:00
OutputUtilities.cs Fix null exceptions when reading unknown outputs (#7762) 2021-08-17 09:30:54 -04:00
Output_Tuple.cs Fix null ref. Add Tuple overloads up to 8 params. (#3471) 2019-11-07 23:58:23 -08:00
Union.cs Add Union.Bimap and some more InputUnion conversions (#8733) 2022-01-14 14:57:10 +00:00
Urn.cs Revert "Send smart aliases via gRPC to engine (#9731)" (#9999) 2022-06-29 13:18:14 +01:00