Skip to content

CodeGen.json in v1.8

zijianhuang edited this page Apr 7, 2017 · 2 revisions
{
   "ClientLibraryProjectFolderName": "DemoWebApi.ClientApi",
   "ExcludedControllerNames": [
       "DemoWebApi.Controllers.Account"
   ],
   "GenerateBothAsyncAndSync": true,
   "TypeScriptFolder": "ClientApi",
   "DataModelAssemblyNames": [
       "DemoWebApi.DemoData", "DemoWebApi"
   ],
   "CherryPickingMethods": 1,
   "CamelCase" :  true
}
Clone this wiki locally