pulumi/pkg/codegen/testing/test
bors[bot] 9051101254
Merge #11345
11345: Do not reference Pulumi nuget if a project reference to Pulumi.csproj already exists r=Zaid-Ajaj a=Zaid-Ajaj

When generating dotnet SDKs, if a schema doesn't specify a package reference to Pulumi nuget, we add it automatically by default. However, when generating test dotnet sdks, we also use project references that refer to the local Pulumi SDK and it is not correct to have either (although usually it compiles if you don't use latest SDK changes) 

This PR makes it so that if we are already referencing a local Pulumi SDK via a project reference, then we don't add a package reference to Pulumi



Co-authored-by: Zaid Ajaj <zaid.naom@gmail.com>
2022-11-14 21:25:38 +00:00
..
testdata Merge #11345 2022-11-14 21:25:38 +00:00
helpers.go Use the test loader when binding files 2022-10-24 16:47:54 -07:00
program_driver.go Fix failing tests 2022-10-28 10:18:09 -07:00
program_driver_test.go Fix failing tests 2022-10-28 10:18:09 -07:00
sdk_driver.go Add new acceptance test for nodejs tsconfig path aliasing 2022-11-10 22:37:05 -05:00
type_driver.go Correctly import plain types (#9430) 2022-04-21 11:29:30 +02:00