pulumi/sdk
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
..
dotnet Type inference for out var differs by compiler (#8312) 2021-10-29 16:29:45 +01:00
go [sdk/go] Respect default parent in go aliases. (#8288) 2021-10-28 17:25:31 -07:00
nodejs .NET & python SDKs parity for bad pulumi versions (#8297) 2021-10-27 20:54:23 -07:00
proto Add monitor feature for output values (#7870) 2021-09-15 14:16:00 -07:00
python .NET & python SDKs parity for bad pulumi versions (#8297) 2021-10-27 20:54:23 -07:00
go.mod Iwahbe/8000/uprgade go versions (#8171) 2021-10-11 09:47:08 -07:00
go.sum Initial support for (un)marshaling output values (#7861) 2021-09-13 09:05:31 -07:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in proto/.