pulumi/sdk/dotnet/Pulumi/Deployment
Justin Van Patten a83a5d9605
.NET: Treat warnings as errors (#3650)
Fix the following warning and turn on "treat warnings as errors" for our .NET projects.

```
Deployment/InvokeOptions.cs(6,60): warning CS1574: XML comment has cref attribute 'InvokeAsync{T}(string,
```
2019-12-12 17:13:26 +00:00
..
Deployment.Logger.cs Update copyrights (#3557) 2019-11-21 22:46:14 +01:00
Deployment.Runner.cs Allow arguments to Invokes to be non-inputs. (#3544) 2019-11-21 00:40:38 -05:00
Deployment.cs Update copyrights (#3557) 2019-11-21 22:46:14 +01: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 Tests for .NET aliases (#3420) 2019-11-20 22:07:56 +03: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 Update copyrights (#3557) 2019-11-21 22:46:14 +01:00
Deployment_RegisterResource.cs Update copyrights (#3557) 2019-11-21 22:46:14 +01:00
Deployment_RegisterResourceOutputs.cs Update copyrights (#3557) 2019-11-21 22:46:14 +01:00
Deployment_RootResource.cs Update copyrights (#3557) 2019-11-21 22:46:14 +01:00
Deployment_Run.cs Allow arguments to Invokes to be non-inputs. (#3544) 2019-11-21 00:40:38 -05:00
Deployment_Serialization.cs Allow arguments to Invokes to be non-inputs. (#3544) 2019-11-21 00:40:38 -05:00
IDeployment.cs Update copyrights (#3557) 2019-11-21 22:46:14 +01:00
IDeploymentInternal.cs Update copyrights (#3557) 2019-11-21 22:46:14 +01:00
ILogger.cs Update copyrights (#3557) 2019-11-21 22:46:14 +01:00
IRunner.cs Allow arguments to Invokes to be non-inputs. (#3544) 2019-11-21 00:40:38 -05:00
InvokeOptions.cs .NET: Treat warnings as errors (#3650) 2019-12-12 17:13:26 +00:00