Merge pull request #2986 from jimschubert/cs/exception_factory

[csharp] Intercept hooks for req/res and ExceptionFactory
This commit is contained in:
wing328
2016-06-10 16:37:51 +08:00
committed by GitHub
5 changed files with 72 additions and 10 deletions

View File

@@ -233,6 +233,8 @@ public class CSharpClientCodegen extends AbstractCSharpCodegen {
clientPackageDir, "ApiException.cs"));
supportingFiles.add(new SupportingFile("ApiResponse.mustache",
clientPackageDir, "ApiResponse.cs"));
supportingFiles.add(new SupportingFile("ExceptionFactory.mustache",
clientPackageDir, "ExceptionFactory.cs"));
supportingFiles.add(new SupportingFile("compile.mustache", "", "build.bat"));
supportingFiles.add(new SupportingFile("compile-mono.sh.mustache", "", "build.sh"));