pulumi/sdk/dotnet/Pulumi/Deployment
Fraser Waters adad9d4234
Stop using Get/SetRootResource in dotnet (#9515)
* Stop using Get/SetRootResource in dotnet

There's no reason to use this engine call in dotnet, the engine address and the root stack resource are both global variables. No point roundtripping through the engine.

* Add to CHANGELOG
2022-05-03 15:12:13 +01:00
..
CallOptions.cs [sdk/dotnet] add plugin download url (#8739) 2022-01-13 16:10:17 -08:00
Deployment.EnginerLogger.cs Fix null exceptions when reading unknown outputs (#7762) 2021-08-17 09:30:54 -04:00
Deployment.Runner.cs Fixes for C# concurrency bugs in 7492 (#7529) 2021-07-22 12:49:14 -04:00
Deployment.cs Enable output marshaling in .NET (#8316) 2021-11-12 14:58:34 -08:00
DeploymentInstance.cs Minimally extend .NET SDK to support 5758 (#8142) 2021-10-07 09:51:24 -04:00
Deployment_Call.cs [sdk/dotnet] add plugin download url (#8739) 2022-01-13 16:10:17 -08:00
Deployment_Config.cs [sdk/dotnet] Warn when a secret config is read as a non-secret (#7079) 2021-05-18 15:01:57 -07:00
Deployment_Inline.cs [sdk/dotnet] - Fix swallowed nested exceptions with inline program so they correctly bubble to consumer (#7323) 2021-06-21 15:45:26 -04:00
Deployment_Invoke.cs Monitor.Invoke and Provider.Invoke take different arguments (#9323) 2022-04-14 10:59:46 +01:00
Deployment_Prepare.cs [sdk/dotnet] Normalize provider providers merge (#8838) 2022-01-31 12:44:31 +01:00
Deployment_ReadOrRegisterResource.cs Fix 7422 - NullPointerException race on Urn property in C# SDK (#8495) 2021-12-10 11:22:42 -05:00
Deployment_ReadResource.cs Fix async await warnings (#7537) 2021-07-21 18:44:10 -04:00
Deployment_RegisterResource.cs Add RetainOnDelete resource option (#8746) 2022-02-16 22:11:12 +00:00
Deployment_RegisterResourceOutputs.cs Enable output marshaling in .NET (#8316) 2021-11-12 14:58:34 -08:00
Deployment_RootResource.cs Stop using Get/SetRootResource in dotnet (#9515) 2022-05-03 15:12:13 +01:00
Deployment_Run.cs Fixes for C# concurrency bugs in 7492 (#7529) 2021-07-22 12:49:14 -04:00
Deployment_Serialization.cs Enable output marshaling in .NET (#8316) 2021-11-12 14:58:34 -08:00
GrpcEngine.cs Stop using Get/SetRootResource in dotnet (#9515) 2022-05-03 15:12:13 +01:00
GrpcMonitor.cs Monitor.Invoke and Provider.Invoke take different arguments (#9323) 2022-04-14 10:59:46 +01:00
IDeployment.cs Minimally extend .NET SDK to support 5758 (#8142) 2021-10-07 09:51:24 -04:00
IDeploymentInternal.cs Support microsoft logging extensions with inline programs (#7117) 2021-06-10 23:06:57 -04:00
IEngine.cs Stop using Get/SetRootResource in dotnet (#9515) 2022-05-03 15:12:13 +01:00
IEngineLogger.cs Support microsoft logging extensions with inline programs (#7117) 2021-06-10 23:06:57 -04:00
IMonitor.cs Monitor.Invoke and Provider.Invoke take different arguments (#9323) 2022-04-14 10:59:46 +01:00
IRunner.cs [sdk/dotnet] - Fix swallowed nested exceptions with inline program so they correctly bubble to consumer (#7323) 2021-06-21 15:45:26 -04:00
InlineDeploymentResult.cs Fix async await warnings (#7537) 2021-07-21 18:44:10 -04:00
InlineDeploymentSettings.cs [sdk/dotnet] - Fix swallowed nested exceptions with inline program so they correctly bubble to consumer (#7323) 2021-06-21 15:45:26 -04:00
InvokeOptions.cs [sdk/dotnet] add plugin download url (#8739) 2022-01-13 16:10:17 -08:00
TaskMonitoringHelper.cs Fix race condition in TaskMonitoringHelper (#8294) 2021-10-26 22:37:47 +01:00