Commit Graph

7 Commits

Author SHA1 Message Date
Fraser Waters 0d97a25449 Remove UseSharedCompilation from .csproj codegen
Fixes https://github.com/pulumi/pulumi/issues/13145
2023-06-09 23:37:10 +01:00
Fraser Waters 7efaff1e04 Fix whitespace in generated .csproj files 2023-03-31 23:33:02 +01:00
Fraser Waters 677b1d5e60 Update dotnet codegen to net6.0 2023-03-02 16:35:38 +00:00
Anton Tayanovskyy af937ec2b9
Revert "Update Pulumi codegen to net6.0" 2023-01-10 09:12:56 -08:00
Fraser Waters 290d0fce5a Fix tests 2023-01-04 18:05:10 +00:00
Fraser Waters f4ad5c5a56 Remove dotnet 2022-12-13 16:13:53 +00:00
Ian Wahbe 6db525c91d
Add external enums all languages ()
* Enable tests for all languages

* Enable go to work around ungenerated types

This relies on the resource `.pkg` field bieng accurate. Since this is
not the case, we need to make it accurate. I will do this in a seperate
PR since it is invasive.

* Include type references in schema types

* Fix lint

* Generate the correct pkg

* Check if we generated the external type

* Fix enum tests

* Perform the same change for outputs

* Cache global analysis
2022-07-06 11:35:31 -07:00