pulumi/sdk/dotnet/Pulumi/Resources
Pat Gavlin 3d2e31289a
Add support for serialized resource references. (#5041)
Resources are serialized as their URN, ID, and package version. Each
Pulumi package is expected to register itself with the SDK. The package
will be invoked to construct appropriate instances of rehydrated
resources. Packages are distinguished by their name and their version.

This is the foundation of cross-process resources.

Related to #2430.

Co-authored-by: Mikhail Shilkov <github@mikhail.io>
Co-authored-by: Luke Hoban <luke@pulumi.com>
Co-authored-by: Levi Blackstone <levi@pulumi.com>
2020-10-27 10:12:12 -07:00
..
ComponentResource.cs Support remote components in .NET (#5485) 2020-10-06 10:19:22 -07:00
ComponentResourceOptions.cs Simplify resource options (#3943) 2020-02-21 09:24:52 +01:00
CustomResource.cs Support remote components in .NET (#5485) 2020-10-06 10:19:22 -07:00
CustomResourceOptions.cs Simplify resource options (#3943) 2020-02-21 09:24:52 +01:00
CustomTimeouts.cs Add **preview** .NET Core support for pulumi. (#3399) 2019-10-25 16:59:50 -07:00
DependencyProviderResource.cs Support remote components in .NET (#5485) 2020-10-06 10:19:22 -07:00
DependencyResource.cs Support remote components in .NET (#5485) 2020-10-06 10:19:22 -07:00
DictionaryResourceArgs.cs Dictionary resource in .NET (#3828) 2020-02-05 21:22:30 +01:00
InputArgs.cs Add support for serialized resource references. (#5041) 2020-10-27 10:12:12 -07:00
InvokeArgs.cs Allow arguments to Invokes to be non-inputs. (#3544) 2019-11-21 00:40:38 -05:00
ProviderResource.cs Support remote components in .NET (#5485) 2020-10-06 10:19:22 -07:00
Resource.cs [dotnet] Add a lock around child resource manipulation (#5563) 2020-10-13 19:28:57 +02:00
ResourceArgs.cs Allow arguments to Invokes to be non-inputs. (#3544) 2019-11-21 00:40:38 -05:00
ResourceOptions.cs Simplify resource options (#3943) 2020-02-21 09:24:52 +01:00
ResourceOptions_Copy.cs Simplify resource options (#3943) 2020-02-21 09:24:52 +01:00
ResourceOptions_Merge.cs Simplify resource options (#3943) 2020-02-21 09:24:52 +01:00
ResourceTransformation.cs Add **preview** .NET Core support for pulumi. (#3399) 2019-10-25 16:59:50 -07:00
StackOptions.cs Add Stack Transformations to .NET SDK (#4008) 2020-03-16 17:40:52 +01:00
StackReference.cs Simplify resource options (#3943) 2020-02-21 09:24:52 +01:00