mirror of https://github.com/pulumi/pulumi.git
![]() 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 |
||
---|---|---|
.. | ||
asset | ||
authhelpers | ||
backend | ||
channel | ||
cmd/pulumi | ||
codegen | ||
display | ||
engine | ||
graph | ||
importer | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
workspace | ||
README.md | ||
go.mod | ||
go.sum |
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.