pulumi/sdk/dotnet/Pulumi
Justin Van Patten dab47e9b40
[sdk/dotnet] RegisterResourceOutputs: Check for resource ref support (#6172)
.NET's implementation of RegisterResourceOutputs was always serializing resources as resource references, regardless of the monitor's reported support. This change fixes .NET to check if the monitor supports resource references, which is consistent with all the other languages, and with serialization code elsewhere in the .NET SDK.
2021-01-21 17:04:21 -08:00
..
Core [dotnet] Unsecret and IsSecret implementation for .NET (#6092) 2021-01-12 14:54:08 +00:00
Deployment [sdk/dotnet] RegisterResourceOutputs: Check for resource ref support (#6172) 2021-01-21 17:04:21 -08:00
Exceptions Add **preview** .NET Core support for pulumi. (#3399) 2019-10-25 16:59:50 -07:00
Resources Add support for getResource to the .NET SDK (#5817) 2020-11-23 20:55:03 +01:00
Serialization Add .NET resource ref unit tests. (#6104) 2021-01-14 12:24:41 -08:00
Testing Add .NET resource ref unit tests. (#6104) 2021-01-14 12:24:41 -08:00
AssemblyAttributes.cs First-class Stack component for .NET (#3618) 2019-12-23 08:31:12 +01:00
Config.cs Update copyrights (#3557) 2019-11-21 22:46:14 +01:00
Config_Exceptions.cs Add **preview** .NET Core support for pulumi. (#3399) 2019-10-25 16:59:50 -07:00
Extensions.cs Output.apply should lift resources from inner Outputs to the top level output. (#3663) 2019-12-17 14:11:45 -08:00
Log.cs Helper method to log an exception in .NET (#3602) 2019-12-04 11:02:03 +01:00
PublicAPI.Shipped.txt [dotnet] Unsecret and IsSecret implementation for .NET (#6092) 2021-01-12 14:54:08 +00:00
PublicAPI.Unshipped.txt Adding an empty PublicAPI.Unshipped.txt file 2020-04-14 11:17:39 +01:00
Pulumi.csproj [dotnet] Resource package registration in .NET (attributes) (#5875) 2020-12-09 23:28:58 +01:00
Stack.cs Update PulumiStackType comments in dotnet and nodejs (#6028) 2020-12-30 23:02:18 +00:00