pulumi/pkg/codegen/dotnet
Justin Van Patten 043c42b336
Use `pulumi-plugin.json` rather than `pulumiplugin.json` (#8593)
Current/older versions of the Python language host cannot read `pulumiplugin.json` without returning an error. This hasn't been a problem because none of our packages have included the file. However, we're going to start including this file by default in packages. To avoid this error on older CLIs, we'll use a different file name. And since we're introducing the use of this file in the .NET and Go language hosts, we'll use the new name for these languages as well for consistency.
2021-12-15 10:41:44 -08:00
..
doc.go [codegen/dotnet] Qualify function input type paths (#8511) 2021-12-01 17:53:18 -08:00
doc_test.go Validate Name, Version and Enviroment (#7896) 2021-09-17 12:12:22 -07:00
gen.go Use `pulumi-plugin.json` rather than `pulumiplugin.json` (#8593) 2021-12-15 10:41:44 -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 Programgen support for F.Invoke forms in .NET (#7949) (#8432) 2021-11-18 17:53:17 -05: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 5758 for C#/.NET (#7899) 2021-10-18 18:18:15 -04:00
templates.go Use `pulumi-plugin.json` rather than `pulumiplugin.json` (#8593) 2021-12-15 10:41:44 -08:00
utilities.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
utilities_test.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00