pulumi/pkg/codegen/dotnet
Ian Wahbe 90913de3fb
[codegen/dotnet] Allow generated SDKs to have a global namespace other then `Pulumi` (#8735)
* Allow .NET packages alternate owners

Specifically, this allows a generated package with a enclosing namespace
different then "Pulumi."

* New test case files

* Remove unused import

* Update CHANGELOG_PENDING.md

* Update codegen from master merge

* Use rootNamespace instead of namespace

* publisher overrides Author and "Company" in .NET

* Add publisher propagation to CHANGELOG_PENDING.md

* Fix nits

* Use fmt.Sprintf over +

* Restore sdk_driver.go (mostly)

* Add docs to allLanguages add documentation.

* Update tests from master

* Add rootNamespace to docs
2022-01-21 12:58:11 -08:00
..
doc.go [codegen/dotnet] Allow generated SDKs to have a global namespace other then `Pulumi` (#8735) 2022-01-21 12:58:11 -08:00
doc_test.go Validate Name, Version and Enviroment (#7896) 2021-09-17 12:12:22 -07:00
gen.go [codegen/dotnet] Allow generated SDKs to have a global namespace other then `Pulumi` (#8735) 2022-01-21 12:58:11 -08: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 Programgen support for F.Invoke forms in .NET (#7949) (#8432) 2021-11-18 17:53:17 -05:00
gen_program_expressions.go Implemented filebase64sha256 & fileArchive support for codegen (#7997) 2022-01-21 16:03:25 +02:00
gen_program_test.go Cleanup program-gen test dependency gathering (#8248) 2021-10-19 12:17:19 -07:00
gen_test.go 5758 for C#/.NET (#7899) 2021-10-18 18:18:15 -04:00
importer.go [codegen/dotnet] Allow generated SDKs to have a global namespace other then `Pulumi` (#8735) 2022-01-21 12:58:11 -08:00
templates.go [codegen/dotnet] Allow generated SDKs to have a global namespace other then `Pulumi` (#8735) 2022-01-21 12:58:11 -08:00
utilities.go Implemented filebase64sha256 & fileArchive support for codegen (#7997) 2022-01-21 16:03:25 +02:00
utilities_test.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00