pulumi/pkg/codegen/dotnet
Fraser Waters 2b0a9b958b
Enable support pack for all parameterized packages (#17923)
SupportPack was added to write out sdks in a new style appropriate for
use in conformance tests and for local sdks. When adding parameterized
we tried to treat them the same, always writing out in the new style.
But we we're inconsistent and didn't always check for "parameterization
!= nil" at the same time as "supportPack".

This changes the schema loader to just do that as part of
marshal/unmarshal schema.

The only thing this actually affects is Go sdkgen in that parameterized
providers now write out their top level go.mod as expected.
2024-12-05 11:16:33 +00:00
..
gen_program_test Don't publish test code in `pkg/codegen` (#17517) 2024-10-09 11:09:54 +00:00
doc.go Enable perfsprint linter (#14813) 2023-12-12 12:19:42 +00:00
doc_test.go sdk/go: Remove 'nolint' directives from package docs 2023-01-06 09:06:47 -08:00
gen.go Enable support pack for all parameterized packages (#17923) 2024-12-05 11:16:33 +00:00
gen_intrinsics.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
gen_program.go [program-gen] Emit deferred outputs for mutually dependant components (#17859) 2024-11-27 23:36:31 +00:00
gen_program_expressions.go [program-gen] Emit deferred outputs for mutually dependant components (#17859) 2024-11-27 23:36:31 +00:00
gen_program_test.go Don't publish test code in `pkg/codegen` (#17517) 2024-10-09 11:09:54 +00:00
gen_test.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00
git_ignore.go Add GenerateProject to codegen (#9475) 2022-04-29 17:04:04 +01:00
importer.go feat: Add support for language specific settings for resources (#14308) 2023-11-29 16:35:08 +00:00
templates.go [sdk-gen] Support parameterized .NET provider SDKs (#16912) 2024-08-09 13:16:20 +00:00
utilities.go Fix up local dependencies in .NET codegen (#16902) 2024-08-09 14:43:51 +00:00
utilities_test.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00