pulumi/sdk/dotnet/Pulumi.Automation
Fraser Waters e71fd81fe8
Type inference for out var differs by compiler (#8312)
While our CI seems happy with this line of code on master, my machine
with the 3.1 sdk is resolving it to non-nullable type and complaining
about the "= null" line later.

```
LocalWorkspace.cs(389,27): error CS8600: Converting null literal or
possible null value to non-nullable type.
[/workspaces/pulumi/sdk/dotnet/Pulumi.Automation/Pulumi.Automation.csproj]
```

Quick fix to just not use "var" here.
2021-10-29 16:29:45 +01:00
..
Collections [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
Commands Fix async await warnings (#7537) 2021-07-21 18:44:10 -04: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 Fix async await warnings (#7537) 2021-07-21 18:44:10 -04:00
Serialization [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04: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 [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
HistoryOptions.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01: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 Type inference for out var differs by compiler (#8312) 2021-10-29 16:29:45 +01:00
LocalWorkspaceOptions.cs Support microsoft logging extensions with inline programs (#7117) 2021-06-10 23:06:57 -04: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 Support microsoft logging extensions with inline programs (#7117) 2021-06-10 23:06:57 -04: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] - pulumi state delete & unprotect functionality (#8202) 2021-10-18 16:26:45 -07:00
PublicAPI.Unshipped.txt [dotnet/sdk] Add get value async to output utilities (#7170) 2021-06-04 18:22:00 -04:00
Pulumi.Automation.csproj Bump YamlDotNet to 11.1.1 2021-05-01 08:03:12 +12:00
Pulumi.Automation.xml [auto/dotnet] - pulumi state delete & unprotect functionality (#8202) 2021-10-18 16:26:45 -07: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
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
RefreshOptions.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04: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
UpdateKind.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
UpdateOptions.cs [automation/dotnet] Expose structured logging (#6572) 2021-03-30 14:57:38 -04: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
UpOptions.cs Support microsoft logging extensions with inline programs (#7117) 2021-06-10 23:06:57 -04:00
UpResult.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] - plugin installation options: exact version, server (#7796) 2021-08-24 16:04:33 -04:00
WorkspaceStack.cs [auto/dotnet] - pulumi state delete & unprotect functionality (#8202) 2021-10-18 16:26:45 -07:00
WorkspaceStackState.cs [auto/dotnet] - pulumi state delete & unprotect functionality (#8202) 2021-10-18 16:26:45 -07:00