pulumi/pkg/codegen/testing/test/testdata/plain-and-default/dotnet
Fraser Waters c227b1dafa
Use camelCase for schema names (#15373)
<!--- 
Thanks so much for your contribution! If this is your first time
contributing, please ensure that you have read the
[CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md)
documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context. -->

A few of the test schema's were using snake_case names. Codegen doesn't
actually deal well with that so was giving some odd snapshot results,
this just fixes up the tests to use camelCase instead to get more
standard codegen results out.
2024-02-05 10:42:32 +00:00
..
Enums.cs export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
ModuleResource.cs Use camelCase for schema names (#15373) 2024-02-05 10:42:32 +00:00
Provider.cs [dotnet/codegen] Prefix referenced Pulumi types with global modifier (#10245) 2022-07-27 11:24:21 +02:00
Pulumi.FooBar.csproj Remove UseSharedCompilation from .csproj codegen 2023-06-09 23:37:10 +01:00
README.md export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
Utilities.cs [dotnet/codegen] Prefix referenced Pulumi types with global modifier (#10245) 2022-07-27 11:24:21 +02:00
codegen-manifest.json export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
logo.png export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
pulumi-plugin.json export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
version.txt export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00

README.md