pulumi/changelog
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
..
pending [programgen/dotnet] Fix generating SDKs for .NET projects with pulumi convert (#18510) 2025-02-22 07:10:16 +00:00
config.yaml Make pulumi install work for policy packs (#16438) 2024-06-21 19:19:21 +00:00