pulumi/pkg
Zaid Ajaj 1304cf853c
[programgen/dotnet] Fix generating SDKs for .NET projects with pulumi convert (#18510)
Fixes #18463 

The problem is that when the target language for convert is `dotnet`, we
use the statically linked `GenerateProject` function from dotnet codegen
and call it a day rather than dynamically calling the language host
(i.e. `pulumi-language-dotnet`) and orchestrating `GenerateProject`,
`GetSchema` and `GeneratePackage` which _does_ lookup parameterized
packages and generates sdks for them
2025-02-22 07:10:16 +00:00
..
asset Move some asset code to pkg (#15162) 2024-01-17 11:30:37 +00:00
authhelpers Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00
backend remove stacks after we created them in the httpstate backend tests (#18657) 2025-02-20 14:01:44 +00:00
channel Move `sdk/go/common/channel` to `pkg` (#17895) 2024-12-02 16:25:50 +00:00
cmd/pulumi [programgen/dotnet] Fix generating SDKs for .NET projects with pulumi convert (#18510) 2025-02-22 07:10:16 +00:00
codegen Fix mapping in the presence of hardcoded entries (#18680) 2025-02-21 21:13:42 +00:00
display Move sdk/go/common/display to /pkg/display (#13954) 2023-09-18 11:01:28 +00:00
engine Default to UnknownID in providers.NewReference (#18630) 2025-02-21 09:14:42 +00:00
graph Support topologically sorting snapshots (#17403) 2024-10-01 08:45:35 +00:00
importer Repalce ProviderParameterization with workspace.Parameterization (#18666) 2025-02-21 09:13:52 +00:00
operations Move resource.URN to urn.URN (#15689) 2024-03-14 15:28:32 +00:00
resource Remove Info from Source (#18677) 2025-02-21 17:16:25 +00:00
secrets Simplify deployment deserialization encyption (#18603) 2025-02-17 10:15:45 +00:00
testing/integration Add PulumiHomeDir to ProgramTestOptions (#18477) 2025-02-07 07:46:47 +00:00
util Stream standard output and error when installing dependencies (#18404) 2025-02-04 10:31:23 +00:00
workspace Implement plugin download cancellation (#17621) 2024-11-12 18:04:25 +00:00
README.md export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
go.mod Changelog and go.mod updates for v3.152.0 (#18684) 2025-02-22 01:43:05 +00:00
go.sum Bump `go-git` to 5.13.1 (#18247) 2025-01-15 21:34:14 +00:00

README.md

pulumi/pkg

While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.