pulumi/sdk/dotnet/Pulumi.Automation
bors[bot] b7094ba2c6
Merge #11106
11106: Expose LocalSerializer r=iwahbe a=ffMathy

<!--- 
Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation.
-->

# Description
**Use case:** I want to be able to deserialize a `Pulumi.stack.yml` file without using a `LocalWorkspace`, as that requires too much configuration and isn't very well-documented.

## Checklist

<!--- Please provide details if the checkbox below is to be left unchecked. -->
- [X] I have added tests that prove my fix is effective or that my feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [ ] I have run `make changelog` and committed the `changelog/pending/<file>` documenting my change
<!--
If the change(s) in this PR is a modification of an existing call to the Pulumi Service,
then the service should honor older versions of the CLI where this change would not exist.
You must then bump the API version in /pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Service API version
  <!-- `@Pulumi` employees: If yes, you must submit corresponding changes in the service repo. -->


Co-authored-by: Mathias Lykkegaard Lorenzen <mathias.lorenzen@live.com>
Co-authored-by: Ian Wahbe <ian@wahbe.com>
2022-10-31 19:27:11 +00:00
..
Collections [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
Commands [auto] detect concurrent update error from local backend 2022-10-26 17:02:47 +02:00
Events Fix async await warnings (#7537) 2021-07-21 18:44:10 -04:00
Exceptions [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
Runtime Add OrganizationName to dotnet sdk 2022-09-01 15:48:22 +01:00
Serialization Merge #11106 2022-10-31 19:27:11 +00:00
AssemblyAttribute.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
ConfigValue.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
DestroyOptions.cs [auto] Add flag to show secrets (#9879) 2022-06-24 10:00:09 -07:00
EnvironmentVariableValue.cs [auto/dotnet] Support for remote operations 2022-10-30 20:59:35 -07:00
HistoryOptions.cs [auto] Add flag to show secrets (#9879) 2022-06-24 10:00:09 -07:00
InlineProgramArgs.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
LocalProgramArgs.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
LocalWorkspace.cs [auto/dotnet] Support for remote operations 2022-10-30 20:59:35 -07:00
LocalWorkspaceOptions.cs [auto/dotnet] Support for remote operations 2022-10-30 20:59:35 -07:00
OperationType.cs [automation/dotnet] Add ReadDiscard OperationType (#6493) 2021-03-12 10:10:56 -08:00
OutputValue.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
PluginInfo.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
PluginInstallOptions.cs [auto/dotnet] - plugin installation options: exact version, server (#7796) 2021-08-24 16:04:33 -04:00
PluginKind.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
PreviewOptions.cs Add update plans to automation api (#9391) 2022-04-22 17:50:40 +01:00
PreviewResult.cs [automation/dotnet] Expose structured logging (#6572) 2021-03-30 14:57:38 -04:00
ProjectBackend.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
ProjectRuntime.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
ProjectRuntimeName.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
ProjectRuntimeOptions.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
ProjectSettings.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
ProjectTemplate.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
ProjectTemplateConfigValue.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
PublicAPI.Shipped.txt [auto/dotnet] Support for remote operations 2022-10-30 20:59:35 -07:00
Pulumi.Automation.csproj feat(automation): Add options to configure logging, tracing (#10338) 2022-08-11 23:30:45 -07:00
Pulumi.Automation.xml [auto/dotnet] Support for remote operations 2022-10-30 20:59:35 -07:00
PulumiFn.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
PulumiFn.ServiceProvider.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
PulumiFn.TStack.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
PulumiFn.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
RefreshOptions.cs [auto] Add flag to show secrets (#9879) 2022-06-24 10:00:09 -07:00
RemoteDestroyOptions.cs [auto/dotnet] Support for remote operations 2022-10-30 20:59:35 -07:00
RemoteGitAuthArgs.cs [auto/dotnet] Support for remote operations 2022-10-30 20:59:35 -07:00
RemoteGitProgramArgs.cs [auto/dotnet] Support for remote operations 2022-10-30 20:59:35 -07:00
RemotePreviewOptions.cs [auto/dotnet] Support for remote operations 2022-10-30 20:59:35 -07:00
RemoteRefreshOptions.cs [auto/dotnet] Support for remote operations 2022-10-30 20:59:35 -07:00
RemoteUpOptions.cs [auto/dotnet] Support for remote operations 2022-10-30 20:59:35 -07:00
RemoteUpdateOptions.cs [auto/dotnet] Support for remote operations 2022-10-30 20:59:35 -07:00
RemoteWorkspace.cs [auto/dotnet] Support for remote operations 2022-10-30 20:59:35 -07:00
RemoteWorkspaceOptions.cs [auto/dotnet] Support for remote operations 2022-10-30 20:59:35 -07:00
RemoteWorkspaceStack.cs [auto/dotnet] Support for remote operations 2022-10-30 20:59:35 -07:00
StackDeployment.cs [auto/dotnet] Make StackDeployment.FromJsonString public (#7067) 2021-05-20 09:47:44 -04:00
StackSettings.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
StackSettingsConfigValue.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
StackSummary.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
UpOptions.cs [auto] Add flag to show secrets (#9879) 2022-06-24 10:00:09 -07:00
UpResult.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
UpdateKind.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
UpdateOptions.cs Add Json option to dotnet automation api 2022-10-25 16:08:22 +01:00
UpdateResult.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
UpdateState.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
UpdateSummary.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
WhoAmIResult.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
Workspace.cs [auto/dotnet] Support for remote operations 2022-10-30 20:59:35 -07:00
WorkspaceStack.cs [auto/dotnet] Support for remote operations 2022-10-30 20:59:35 -07:00
WorkspaceStackState.cs [auto/dotnet] - pulumi state delete & unprotect functionality (#8202) 2021-10-18 16:26:45 -07:00