pulumi/sdk/dotnet/Pulumi/Deployment
CyrusNajmabadi 66bd3f4aa8
Breaking changes due to Feature 2.0 work
* Make `async:true` the default for `invoke` calls (#3750)

* Switch away from native grpc impl. (#3728)

* Remove usage of the 'deasync' library from @pulumi/pulumi. (#3752)

* Only retry as long as we get unavailable back.  Anything else continues. (#3769)

* Handle all errors for now. (#3781)


* Do not assume --yes was present when using pulumi in non-interactive mode (#3793)

* Upgrade all paths for sdk and pkg to v2

* Backport C# invoke classes and other recent gen changes (#4288)

Adjust C# generation

* Replace IDeployment with a sealed class (#4318)

Replace IDeployment with a sealed class

* .NET: default to args subtype rather than Args.Empty (#4320)

* 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]
```

* Fix the nullability of config type properties in C# codegen (#4379)
2020-04-14 09:30:25 +01:00
..
Deployment.cs Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
Deployment.Logger.cs Unit testing in .NET (#3696) 2020-03-11 23:10:01 +01:00
Deployment.Runner.cs Add additional RunAsync overloads (#4286) 2020-04-09 16:43:43 +02:00
Deployment_Config.cs Add **preview** .NET Core support for pulumi. (#3399) 2019-10-25 16:59:50 -07:00
Deployment_Invoke.cs Update copyrights (#3557) 2019-11-21 22:46:14 +01:00
Deployment_Prepare.cs Dictionary resource in .NET (#3828) 2020-02-05 21:22:30 +01:00
Deployment_ReadOrRegisterResource.cs Don't read a resource if the Id we got was null or empty. (#3410) 2019-10-27 00:06:16 -07:00
Deployment_ReadResource.cs Unit testing in .NET (#3696) 2020-03-11 23:10:01 +01:00
Deployment_RegisterResource.cs Unit testing in .NET (#3696) 2020-03-11 23:10:01 +01:00
Deployment_RegisterResourceOutputs.cs Unit testing in .NET (#3696) 2020-03-11 23:10:01 +01:00
Deployment_RootResource.cs First-class Stack component for .NET (#3618) 2019-12-23 08:31:12 +01:00
Deployment_Run.cs Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
Deployment_Serialization.cs Allow arguments to Invokes to be non-inputs. (#3544) 2019-11-21 00:40:38 -05:00
DeploymentInstance.cs Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
GrpcEngine.cs Unit testing in .NET (#3696) 2020-03-11 23:10:01 +01:00
GrpcMonitor.cs Unit testing in .NET (#3696) 2020-03-11 23:10:01 +01:00
IDeployment.cs Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
IDeploymentInternal.cs Unit testing in .NET (#3696) 2020-03-11 23:10:01 +01:00
IEngine.cs Unit testing in .NET (#3696) 2020-03-11 23:10:01 +01:00
ILogger.cs Update copyrights (#3557) 2019-11-21 22:46:14 +01:00
IMonitor.cs Unit testing in .NET (#3696) 2020-03-11 23:10:01 +01:00
InvokeOptions.cs .NET: Treat warnings as errors (#3650) 2019-12-12 17:13:26 +00:00
IRunner.cs Add additional RunAsync overloads (#4286) 2020-04-09 16:43:43 +02:00