pulumi/sdk/dotnet/Pulumi.Tests/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
..
InputTests.cs Add Union.Bimap and some more InputUnion conversions (#8733) 2022-01-14 14:57:10 +00:00
OutputTests.cs Add Output.JsonSerialize to dotnet sdk 2022-12-09 11:41:22 +00:00
ResourceArgsTests.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00