-
Notifications
You must be signed in to change notification settings - Fork 38
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
}