[csharp] Intercept hooks for req/res and ExceptionFactory

This commit is contained in:
Jim Schubert
2016-05-27 22:10:06 -04:00
parent f5ff62e685
commit fafcd33e27
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"));