pulumi/sdk/dotnet/Pulumi.Tests
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
..
Core Add Output.JsonSerialize to dotnet sdk 2022-12-09 11:41:22 +00:00
Deployment Fix null exceptions when reading unknown outputs (#7762) 2021-08-17 09:30:54 -04:00
Mocks [dotnet/sdk] Implement Deployment.TestAsync overloads which accept functions (#10458) 2022-08-30 13:13:25 +02:00
Resources Add DictionaryInvokeArgs for dynamically constructing invoke input bag 2022-11-11 18:33:19 +01:00
Serialization Fix C# warnings in test projects (#10296) 2022-08-09 14:34:40 +02:00
AssertEx.cs Enable output marshaling in .NET (#8316) 2021-11-12 14:58:34 -08:00
DeploymentTests.cs [dotnet/sdk] Implement Deployment.TestAsync overloads which accept functions (#10458) 2022-08-30 13:13:25 +02:00
Pulumi.Tests.csproj dotnet program-gen now targets .NET 6 (#10143) 2022-07-21 21:04:02 +02:00
PulumiTest.cs Await outstanding async work in .NET. (#6993) 2021-05-12 13:23:47 -07:00
StackTests.cs Fix 7422 - NullPointerException race on Urn property in C# SDK (#8495) 2021-12-10 11:22:42 -05:00
TestDeploymentLogger.cs Fix 7422 - NullPointerException race on Urn property in C# SDK (#8495) 2021-12-10 11:22:42 -05:00
xunit.runner.json Support microsoft logging extensions with inline programs (#7117) 2021-06-10 23:06:57 -04:00