pulumi/pkg/codegen/dotnet
stack72 69c804a4e7 Adding system namespace for Dotnet code gen
This is required for using Obsolute attributes for deprecations

```
Iam/InstanceProfile.cs(142,10): error CS0246: The type or namespace name 'ObsoleteAttribute' could not be found (are you missing a using directive or an assembly reference?) [/Users/stack72/code/go/src/github.com/pulumi/pulumi-aws/sdk/dotnet/Pulumi.Aws.csproj]
Iam/InstanceProfile.cs(142,10): error CS0246: The type or namespace name 'Obsolete' could not be found (are you missing a using directive or an assembly reference?) [/Users/stack72/code/go/src/github.com/pulumi/pulumi-aws/sdk/dotnet/Pulumi.Aws.csproj]
```
2020-04-12 21:37:52 +01:00
..
doc.go Move resource docs index file generation to Go templates (#4308) 2020-04-06 17:01:33 -07:00
doc_test.go Fix csharp and nodejs doc links generated by resource docs generator (#4237) 2020-03-30 14:37:30 -07:00
gen.go Adding system namespace for Dotnet code gen 2020-04-12 21:37:52 +01:00
templates.go Add a schema package and code generators. (#3749) 2020-01-21 14:45:48 -08:00